Skip to content

Commit

Permalink
ci: Expose cargo token from secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed May 21, 2024
1 parent 2a2319b commit 4e61d42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ jobs:
| filter {|n| $"($n)/Cargo.toml" | path exists }
| each {|p| split row "/" | last}
| each {|p| cargo publish -p $p }
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 4e61d42

Please sign in to comment.