Skip to content

Commit

Permalink
fix(release): ensure release actor pushes gpg-signed commit (#19)
Browse files Browse the repository at this point in the history
## Summary
The amended commit of a release, containing the gpg verified commit is
pushed by github-actions currently. This results in subsequent actions
not be triggered.
To ensure this works as expected, switching the checkout to use the
release actors token to checkout.
  • Loading branch information
wparr-circle authored Aug 7, 2024
1 parent 2b7e0d7 commit ae003eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conventional-commit-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ jobs:
uses: actions/[email protected]
with:
ref: ${{ fromJson(steps.release.outputs.pr).headBranchName }}
token: ${{ secrets.RELEASE_TOKEN }}
fetch-depth: 0

- name: Import GPG key
Expand Down

0 comments on commit ae003eb

Please sign in to comment.