Skip to content

Commit

Permalink
ci: fix release github token issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Apr 19, 2023
1 parent f446cca commit 76ee209
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ jobs:

- name: Release
env:
GH_TOKEN: ${{ secrets.ADMIN_TOKEN_GH }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ADMIN_TOKEN_GH }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
run: yarn semantic-release

0 comments on commit 76ee209

Please sign in to comment.