Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
updated tokens for ci publishing
Browse files Browse the repository at this point in the history
[ci]> updated publishing tokens
  • Loading branch information
lucasilverentand committed Jun 27, 2021
1 parent 5359617 commit 4df345a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: Publish
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.TOKEN_NPM}}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Create Release
uses: actions/github-script@v4
with:
github-token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
github-token: ${{ secrets.TOKEN_GITHUB_RELEASES }}
script: |
github.repos.createRelease({
owner: context.repo.owner,
Expand Down

0 comments on commit 4df345a

Please sign in to comment.