Skip to content

Commit

Permalink
revert(github-actions): use github actions tokens
Browse files Browse the repository at this point in the history
Refs: 8b08a66
  • Loading branch information
ykzts committed Nov 14, 2020
1 parent 7e0b553 commit 6169d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- run: yarn build
- run: yarn conventional-github-releaser -p angular
env:
CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{ secrets.GH_TOKEN }}
CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

1 comment on commit 6169d6c

@vercel
Copy link

@vercel vercel bot commented on 6169d6c Nov 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.