Skip to content

Commit

Permalink
ci: use PAT for release generation
Browse files Browse the repository at this point in the history
this may trigger the proper release event
  • Loading branch information
iloveitaly committed Dec 29, 2023
1 parent d1a984b commit 6889ac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
# output options: https://github.com/TriPSs/conventional-changelog-action#outputs
body: ${{ steps.changelog.outputs.clean_changelog }}
tag_name: ${{ steps.changelog.outputs.tag }}
token: ${{ secrets.GH_PERSONAL_TOKEN }}

- name: Update Homebrew formula
uses: dawidd6/action-homebrew-bump-formula@v3
Expand Down

0 comments on commit 6889ac4

Please sign in to comment.