Skip to content

Commit

Permalink
fix cargo login
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Nov 8, 2022
1 parent ceb6972 commit 10dda19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-hotfix.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
cache-dependency-path: tooling/*/yarn.lock

- name: cargo login
run: cargo login ${{ secrets.crate_token }}
run: cargo login ${{ secrets.ORG_CRATES_IO_TOKEN }}
- name: git config
run: |
git config --global user.name "${{ github.event.pusher.name }}"
Expand Down

0 comments on commit 10dda19

Please sign in to comment.