Skip to content

Commit 9ff30a8

Browse files
committed
fix: update crates.io login token reference to use CARGO_REGISTRY_TOKEN
1 parent f180a7e commit 9ff30a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
toolchain: stable
2323

2424
- name: Log in to crates.io
25-
run: cargo login ${{ secrets.CARGO_TOKEN }}
25+
run: cargo login ${{ secrets.CARGO_REGISTRY_TOKEN }}
2626

2727
- name: Publish ${{ matrix.crate }} to crates.io
2828
run: |
@@ -52,7 +52,7 @@ jobs:
5252
sudo apt-get install -y jq curl
5353
5454
- name: Log in to crates.io
55-
run: cargo login ${{ secrets.CARGO_TOKEN }}
55+
run: cargo login ${{ secrets.CARGO_REGISTRY_TOKEN }}
5656

5757
- name: Wait for workspace crates to update on crates.io
5858
run: |

0 commit comments

Comments
 (0)