diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6ebdb1569..d7fad7181 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -83,7 +83,6 @@ jobs: path: 'citra-merge' fetch-depth: 0 submodules: true - token: ${{ secrets.ALT_GITHUB_TOKEN }} - uses: actions/github-script@v7 name: 'Check and merge canary changes' if: ${{ steps.check-changes.outputs.result == 'true' }}