diff --git a/.github/actions/publish-release/action.yml b/.github/actions/publish-release/action.yml index cd3b42ded5..05fc34186d 100644 --- a/.github/actions/publish-release/action.yml +++ b/.github/actions/publish-release/action.yml @@ -62,7 +62,7 @@ runs: shell: bash run: gh release create --generate-notes v${{ steps.tag.outputs.version }} dist/* env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ github.token }} # Generate attestations for release artifacts - name: Generate artifact attestation