Skip to content

Commit

Permalink
authentication fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iblacksand committed Jan 11, 2024
1 parent 7951657 commit 23c8314
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 @@ -41,7 +41,7 @@ jobs:
- name: Install cargo release
if: steps.cargo_release_cache.outputs.cache-hit != 'true'
run: cargo install cargo-release
- name: cargo login
- name: cargo login ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: cargo login
- name: "cargo release publish"
run: |-
Expand Down

0 comments on commit 23c8314

Please sign in to comment.