Skip to content

Commit

Permalink
ci: fix ci secret
Browse files Browse the repository at this point in the history
main
  • Loading branch information
sgelias committed Apr 12, 2024
1 parent 01250a8 commit 23431e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: scripts/publish-all.sh --token $CARGO_REGISTRY_TOKEN --verbose
run: scripts/publish-all.sh --token "${CARGO_REGISTRY_TOKEN}" --verbose

0 comments on commit 23431e7

Please sign in to comment.