Skip to content

Commit

Permalink
chore: Add registry token to cargo release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchalifoux committed May 11, 2024
1 parent bafb365 commit 13db120
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cargo-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ env:
jobs:
cargo-publish:
runs-on: ubuntu-latest
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 13db120

Please sign in to comment.