Skip to content

Commit

Permalink
update go-semantic-release to use GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
jburns24 committed Jul 20, 2024
1 parent 8c1cac5 commit 358f27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,6 @@ jobs:
- name: Run go-semantic-release
uses: go-semantic-release/action@v1
with:
github-token: ${{ secrets.SEMANTIC_RELEASE_GH_PAT }}
github-token: ${{ secrets.GITHUB_TOKEN }}
changelog-generator-opt: emojis=true
allow-initial-development-versions: true

0 comments on commit 358f27a

Please sign in to comment.