ci: migrate to the org-level ORG_CRATES_IO_TOKEN

This commit is contained in:
Amr Bashir
2022-09-23 16:55:15 +02:00
committed by GitHub
parent 8b3c766445
commit 163f44dc38

View File

@@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 0
- 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 }}"