Parcourir la source

fix cargo login

Lucas Nogueira il y a 2 ans
Parent
commit
10dda1900e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/publish-hotfix.yml

+ 1 - 1
.github/workflows/publish-hotfix.yml

@@ -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 }}"