Skip to content

Commit 369fa09

Browse files
Fix the name of the token used to publish (#219)
Again, I'm bypassing human review for small settings update to workflow
1 parent 1c1b933 commit 369fa09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/react_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
run: yarn install
2222
- name: Test, build, then publish
2323
env:
24-
NODE_AUTH_TOKEN: ${{ secrets.PUBLISH_REACT_SDK_TO_NPM }}
24+
NODE_AUTH_TOKEN: ${{ secrets.PUBLISH_REACT_TO_NPM_FROM_GITHUB }}
2525
run: npm publish

0 commit comments

Comments
 (0)