diff --git a/.github/workflows/release-action.yml b/.github/workflows/release-action.yml index aba35db89..f767e63c4 100644 --- a/.github/workflows/release-action.yml +++ b/.github/workflows/release-action.yml @@ -306,6 +306,7 @@ jobs: FINAL: ${{ inputs.final }} with: retries: 3 + github-token: ${{ secrets.ELEMENT_BOT_TOKEN }} script: | const { RELEASE_ID: release_id, RELEASE_NOTES, VERSION, FINAL } = process.env; const { owner, repo } = context.repo;