diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 49a361d..ed0ab80 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.token }} + token: ${{ secrets.GITHUB_TOKEN || gitea.token }} - name: Install tools run: |