Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
fix(deploy): give the auto-deploy a github token
Browse files Browse the repository at this point in the history
  • Loading branch information
Osman Currim committed Mar 26, 2019
1 parent d4d307c commit d5b7578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- *attach_code_workspace
- run:
name: Release to NPM
command: yarn run semantic-release
command: GH_TOKEN="${DEVTOOLS_GITHUB_API_TOKEN}" yarn run semantic-release

workflows:
version: 2
Expand Down

0 comments on commit d5b7578

Please sign in to comment.