Skip to content

Commit

Permalink
chore: Replace the default GH token with bot account token.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaffinito committed Aug 4, 2023
1 parent 8fc8472 commit 549beb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
with:
release-type: go
changelog-path: src/Agent/CHANGELOG.md
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.DOTNET_AGENT_GH_TOKEN }}
changelog-types: '[{"type":"notice","section":"Notice","hidden":false},{"type":"feat","section":"New Features","hidden":false},{"type":"fix","section":"Fixes","hidden":false},{"type":"security","section":"Security","hidden":false}]'

0 comments on commit 549beb0

Please sign in to comment.