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 a593a48 commit c250dc7
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 @@ -19,6 +19,6 @@ jobs:
# run: cargo test --verbose
- name: Publish
env:
CARGO_REGISTRY_TOKEN: ${{ env.CARGO_REGISTRY_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
#run: scripts/publish-all.sh --token "${CARGO_REGISTRY_TOKEN}" --verbose
run: echo "The secret is ${CARGO_REGISTRY_TOKEN}"

0 comments on commit c250dc7

Please sign in to comment.