tweaking github action tokens

This commit is contained in:
Andy Pack 2025-02-17 00:21:23 +00:00
parent e566e7ffcb
commit d42e7b6d27
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

@ -164,7 +164,7 @@ jobs:
- name: Publish
working-directory: ./finlib-wasm/pkg
run: npm publish
run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@ -186,7 +186,7 @@ jobs:
run: |
cat <<EOF > ~/.cargo/credentials.toml
[registry]
token = "Bearer ${{ secrets.CRATES_TOKEN }}"
token = "${{ secrets.CRATES_TOKEN }}"
EOF
- name: Cargo Publish