Skip to content

Commit

Permalink
fix(release): use github token
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarre authored Feb 28, 2022
1 parent b9ae86f commit 35f50b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
@semantic-release/git
@semantic-release/github
env:
GITHUB_TOKEN: ${{ secrets.OPT_CI_TOKEN }}
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 35f50b5

Please sign in to comment.