diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8e6c1915a..6ebdb1569 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,12 +45,9 @@ jobs: path: 'citra-merge' fetch-depth: 0 submodules: true - token: ${{ secrets.ALT_GITHUB_TOKEN }} - uses: actions/github-script@v7 name: 'Update and tag new commits' if: ${{ steps.check-changes.outputs.result == 'true' }} - env: - ALT_GITHUB_TOKEN: ${{ secrets.ALT_GITHUB_TOKEN }} with: script: | const execa = require("execa"); @@ -90,8 +87,6 @@ jobs: - uses: actions/github-script@v7 name: 'Check and merge canary changes' if: ${{ steps.check-changes.outputs.result == 'true' }} - env: - ALT_GITHUB_TOKEN: ${{ secrets.ALT_GITHUB_TOKEN }} with: script: | const execa = require("execa");