From b9e684fdc3e7ded0a0876db1358ff25ba6faee6d Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 14 Nov 2023 14:07:25 +0000 Subject: [PATCH] Update release-action.yml --- .github/workflows/release-action.yml | 1 + 1 file changed, 1 insertion(+) 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;