diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 74e78b7..2f0ef50 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: - token: ${{ secrets.GITHUB_TOKEN || gitea.token }} + token: ${{ secrets.GITHUB_TOKEN || secrets.GITEA_TOKEN }} - name: Install tools run: |