Skip to content

Commit e281745

Browse files
committed
fix: rename creates token
1 parent 0373136 commit e281745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
- name: Publish new version
4444
if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }}
4545
run: |
46-
echo "${{ secrets.TOKEN_GITHUB_TO_NPM_RW }}" | cargo login
46+
echo "${{ secrets.TOKEN_GITHUB_TO_CRATES_RW }}" | cargo login
4747
cargo package
4848
cargo publish

0 commit comments

Comments
 (0)