Skip to content

Commit

Permalink
fix: typo in GitHubAction config (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
donghoon-song committed Sep 28, 2020
1 parent 06c7226 commit 489647d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shipjs/src/step/setup/CI/addGitHubActions.js
Expand Up @@ -106,7 +106,7 @@ jobs:
- run: npx shipjs trigger
env:
GITHUB_TOKEN: \${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: \${{ secrets.NPM_AUTH_TOKEN }}
NPM_AUTH_TOKEN: \${{ secrets.NPM_AUTH_TOKEN }}
SLACK_INCOMING_HOOK: \${{ secrets.SLACK_INCOMING_HOOK }}
`,
{ baseBranch }
Expand Down

0 comments on commit 489647d

Please sign in to comment.