Skip to content

Commit

Permalink
feat: add token to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MaloLebrin committed Sep 21, 2022
1 parent 5899bd0 commit 2badaa7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ jobs:
- name: 🚀 publish
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fetch-api-wrapper",
"type": "module",
"version": "0.0.8",
"version": "0.0.9",
"private": false,
"packageManager": "[email protected]",
"description": "use fetch to simplify the code for making HTTP requests taking full advantage of TypeScript's type system",
Expand Down

0 comments on commit 2badaa7

Please sign in to comment.