Skip to content

Commit

Permalink
Add GH_TOKEN env to gh CLI invocation (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax authored Oct 6, 2023
1 parent b1216b0 commit 86cf63c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
echo "If you are sure you want to recreate the release, delete the existing one first." >&2
exit 1
fi
env:
GH_TOKEN: ${{ steps.generate-token.outputs.app_token }}

- name: Extract changelog entry
id: changelog-entry
Expand Down

0 comments on commit 86cf63c

Please sign in to comment.