Skip to content

Commit

Permalink
ci: fix ci secrets
Browse files Browse the repository at this point in the history
main
  • Loading branch information
sgelias committed Apr 12, 2024
1 parent a19a34f commit 3ba4cc4
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 @@ -21,4 +21,4 @@ jobs:
#env:
# CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
#run: scripts/publish-all.sh --token "${CARGO_REGISTRY_TOKEN}" --verbose
run: echo ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: echo "The secret is ${{ secrets.CARGO_REGISTRY_TOKEN }}"

0 comments on commit 3ba4cc4

Please sign in to comment.