Add ORG_TAURI_BOT

This commit is contained in:
Yu-Wei Wu
2021-10-04 21:38:43 +08:00
parent 6dfaeebd6e
commit a6831bd4e4

View File

@@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 0
- name: cargo login
run: cargo login ${{ secrets.ORG_CRATE_TOKEN }}
run: cargo login ${{ secrets.ORG_TAURI_BOT }}
- name: git config
run: |
git config --global user.name "${{ github.event.pusher.name }}"