Skip to content

Commit 8784363

Browse files
fix cargo token
1 parent c9a4900 commit 8784363

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cargo_publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
name: Publish to Crates.io
1111
runs-on: ubuntu-latest
1212
environment: cargo
13+
env:
14+
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
1315
steps:
1416
- uses: actions/checkout@v2
1517
- uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)