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 23431e7 commit a19a34f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
#- name: Run tests
# run: cargo test --verbose
- name: Publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: scripts/publish-all.sh --token "${CARGO_REGISTRY_TOKEN}" --verbose
#env:
# CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
#run: scripts/publish-all.sh --token "${CARGO_REGISTRY_TOKEN}" --verbose
run: echo ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit a19a34f

Please sign in to comment.