Skip to content

Commit

Permalink
fix token ref
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Apr 14, 2024
1 parent 1ac3a48 commit 6a53b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
with:
submodules: true
- run: rustup update
- run: cargo login $CRATES_IO_TOKEN
- run: cargo login ${{ secrets.CRATES_IO_TOKEN }}
env:
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
- run: cargo publish
Expand Down

0 comments on commit 6a53b70

Please sign in to comment.