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