We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 867ed5d commit 71e645bCopy full SHA for 71e645b
.github/workflows/publish.yaml
@@ -13,3 +13,5 @@ jobs:
13
- uses: actions-rs/cargo@v1
14
with:
15
command: publish
16
+ env:
17
+ CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
0 commit comments