mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
fix: trying to fix missing permissions for R.U.
[skip changelog]
This commit is contained in:
2
.github/workflows/res-update-game.yml
vendored
2
.github/workflows/res-update-game.yml
vendored
@@ -119,7 +119,7 @@ jobs:
|
||||
id: user_info
|
||||
uses: actions/github-script@v7
|
||||
with:
|
||||
github-token: ${{ secrets.MAA_RESOURCE_SYNC }}
|
||||
github-token: ${{ secrets.MISTEOWORKFLOW }}
|
||||
script: |
|
||||
const { data: user } = await github.rest.users.getAuthenticated();
|
||||
const { data: public_email } = await github.rest.users.listPublicEmailsForAuthenticatedUser();
|
||||
|
||||
Reference in New Issue
Block a user