Skip to content

Commit

Permalink
gha script requires a token in the environment (#7787)
Browse files Browse the repository at this point in the history
  • Loading branch information
ironage authored Jun 7, 2024
1 parent 3f6bbe9 commit 881fe1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- name: Change Version
run: tools/release-init.sh ${{ inputs.version }}
shell: bash
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # the gh command in the release script requires this token
- name: Create Release PR
id: prepare-pr
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e #! 6.0.5
Expand Down

0 comments on commit 881fe1b

Please sign in to comment.