Skip to content

Commit ea77fd0

Browse files
committed
fix: npm token env variable
1 parent 7385e5b commit ea77fd0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish-package-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
- run: npm run build
2121
- run: npm publish --access public
2222
env:
23-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
23+
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@assert-equals/headless-wallet",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Web3 dApp testing with a MetaMask equivalent headless wallet, using Playwright or WebDriver —no extension popups",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)