Skip to content

Commit

Permalink
build: change token
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Sep 17, 2023
1 parent d17c5da commit 6557018
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 @@ -40,7 +40,7 @@ jobs:
"@semantic-release/git"
"@semantic-release/github"
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_AUTHOR_NAME: Justin Poehnelt
GIT_AUTHOR_EMAIL: 3392975+jpoehnelt@users.noreply.github.com
GIT_COMMITTER_NAME: Justin Poehnelt
Expand Down

0 comments on commit 6557018

Please sign in to comment.