Skip to content

Commit

Permalink
ci: change token name and update token
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Dec 24, 2023
1 parent fc70d08 commit c6a6dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
id: changelog
uses: TriPSs/conventional-changelog-action@v4
with:
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
github-token: ${{ secrets.GH_PERSONAL_TOKEN }}
skip-version-file: "true"
pre-commit: bin/pre-commit.js

Expand All @@ -70,6 +70,6 @@ jobs:
- name: Update Homebrew formula
uses: dawidd6/action-homebrew-bump-formula@v3
with:
token: ${{secrets.PERSONAL_ACCESS_TOKEN}}
token: ${{secrets.GH_PERSONAL_TOKEN}}
tap: iloveitaly/homebrew-tap
livecheck: true

0 comments on commit c6a6dc4

Please sign in to comment.