Skip to content

Commit

Permalink
ci: add rationale for using a PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
nadiamoe committed Jun 23, 2024
1 parent 9c6b61d commit ab64ce4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- name: Commit and tag release
if: ${{ steps.empty.outputs.is-empty == 'false' && steps.held.outputs.is-held == 'false' }}
env:
# Use a PAT instead of the default token, as the default won't trigger the release workflow on release.
GH_TOKEN: ${{ secrets.RELEASE_TOKEN }}
run: |
git config user.name '${{ env.COMMITTER_NAME }}'
Expand Down

0 comments on commit ab64ce4

Please sign in to comment.