Skip to content

Commit

Permalink
Use correct name of the secret
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarumych committed Feb 7, 2024
1 parent 017ef2f commit e3631cd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: login
env:
CARGO_IO_TOKEN: ${{ secrets.CARGO_IO_TOKEN }}
run: cargo login $CARGO_IO_TOKEN
run: cargo login ${{ secrets.CRATES_IO_TOKEN }}
- name: publish
run: cargo publish

0 comments on commit e3631cd

Please sign in to comment.