Skip to content

Commit

Permalink
fix: use correct token for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdovhan committed May 9, 2022
1 parent a6df744 commit 6a27258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
@semantic-release/git
semantic-release-license
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6a27258

Please sign in to comment.