Skip to content

Commit

Permalink
Fix the name of the token used to publish (#219)
Browse files Browse the repository at this point in the history
Again, I'm bypassing human review for small settings update to workflow
  • Loading branch information
mikechu-optimizely authored Sep 26, 2023
1 parent 1c1b933 commit 369fa09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/react_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
run: yarn install
- name: Test, build, then publish
env:
NODE_AUTH_TOKEN: ${{ secrets.PUBLISH_REACT_SDK_TO_NPM }}
NODE_AUTH_TOKEN: ${{ secrets.PUBLISH_REACT_TO_NPM_FROM_GITHUB }}
run: npm publish

0 comments on commit 369fa09

Please sign in to comment.