Skip to content

Commit

Permalink
fix(action-semantic-release): Change name of secret back to GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
Piwero committed May 1, 2024
1 parent 963d7be commit adab7b5
Show file tree
Hide file tree
Showing 2 changed files 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,7 +21,7 @@ jobs:
id: semantic
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GH_AUTH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
semantic_version: 17
extra_plugins: |
Expand Down
Empty file added CHANGELOG.md
Empty file.

0 comments on commit adab7b5

Please sign in to comment.