Skip to content

Commit

Permalink
Merge pull request #45 from spiralover/fix/jwt
Browse files Browse the repository at this point in the history
fix(gh-action): add missing 'CARGO_REGISTRY_TOKEN' var
  • Loading branch information
Ahmard authored Aug 17, 2024
2 parents 8e62109 + df90dbe commit fa1559b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/qa-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,6 @@ jobs:
target: x86_64-unknown-linux-gnu

- name: Publish package
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: cargo publish

0 comments on commit fa1559b

Please sign in to comment.