Skip to content

Commit

Permalink
Add GH_TOKEN env to gh CLI invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax committed Oct 6, 2023
1 parent b1216b0 commit 5d65653
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: ${{ github.token }}

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

0 comments on commit 5d65653

Please sign in to comment.