diff --git a/.github/workflows/sync-resource.yml b/.github/workflows/sync-resource.yml index 43c19401ff..4dda8e7605 100644 --- a/.github/workflows/sync-resource.yml +++ b/.github/workflows/sync-resource.yml @@ -42,5 +42,7 @@ jobs: git commit -m "$commit_msg" || exit 0 git push - name: Setup resource update + env: + GH_TOKEN: ${{ secrets.MISTEOWORKFLOW }} run: | gh workflow --repo MaaAssistantArknights/MaaRelease run update-resource.yml \ No newline at end of file