Skip to content

Commit

Permalink
ci: update GitHub access token for release please (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-sid committed Oct 31, 2023
1 parent 5f52bb2 commit 94f92a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
- uses: google-github-actions/release-please-action@ca6063f4ed81b55db15b8c42d1b6f7925866342d # v3.7.11
with:
release-type: simple
token: ${{ secrets.GH_PAT }}
token: ${{ secrets.HBA_RELEASE_PLEASE_TOKEN }}
pull-request-header: ":rocket: New release"
changelog-types: '[{"type":"feat","section":":sparkles: Features","hidden":false},{"type":"fix","section":":bug: Bug Fixes","hidden":false},{"type":"chore","section":":hammer: Housekeeping","hidden":false},{"type":"docs","section":":memo: Documentation","hidden":false},{"type":"ci","section":":construction_worker: CI/CD","hidden":false},{"type":"perf","section":":zap: Performance","hidden":false},{"type":"refactor","section":":recycle: Refactoring","hidden":false},{"type":"style","section":":art: Style","hidden":false},{"type":"test","section":":white_check_mark: Tests","hidden":false}]'

0 comments on commit 94f92a6

Please sign in to comment.