Skip to content

Commit

Permalink
Add clarifying comment for using different token
Browse files Browse the repository at this point in the history
  • Loading branch information
rvermeulen committed Nov 20, 2023
1 parent e97cd14 commit 4771d4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ jobs:

- name: Create release PR
env:
# Use the token from the `generate-token` step because we can't use the default workflow token
# to create a PR and generate PR events to trigger the next workflow because of recursive workflow
# trigger protection.
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
run: |
gh pr create \
Expand Down

0 comments on commit 4771d4a

Please sign in to comment.