Skip to content

Commit

Permalink
fix: use GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Oct 16, 2024
1 parent 0a774f4 commit 651326b
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 @@ -21,4 +21,4 @@ jobs:
# extra_plugins: |
# @semantic-release/github
env:
GITHUB_TOKEN: ${{ secrets.FINE_GRAIN_TOKEN_TEST }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 651326b

Please sign in to comment.