Skip to content

Commit

Permalink
ci: fix ci token
Browse files Browse the repository at this point in the history
main
  • Loading branch information
sgelias committed Apr 12, 2024
1 parent 7c23a98 commit c9de68e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ 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
#run: echo "The secret is ${CARGO_REGISTRY_TOKEN}"

0 comments on commit c9de68e

Please sign in to comment.