Skip to content

Commit 59bfa7f

Browse files
authored
HOTFIX:Remove node token for testing purposes (#263)
1 parent 1f4d56f commit 59bfa7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
environment: npm-publish
2121
steps:
2222
- name: Checkout repository
23+
2324
uses: actions/checkout@v5
2425

2526
- name: Setup Node.js
@@ -82,8 +83,6 @@ jobs:
8283
- name: Publish to npm
8384
if: steps.version-check.outputs.should-publish == 'true'
8485
run: npm publish --access public --provenance
85-
env:
86-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
8786

8887
- name: Output result
8988
run: |

0 commit comments

Comments
 (0)