Skip to content

Commit

Permalink
build: update release workflow (#1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
markov00 authored Jan 30, 2021
1 parent f7d65e5 commit 3bbd039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: yarn test --ci
- name: Release
env:
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
Expand Down

0 comments on commit 3bbd039

Please sign in to comment.