From c0664245f908c8ae0299804dee3eaf2c749d74f3 Mon Sep 17 00:00:00 2001 From: Constrat <56174894+Constrat@users.noreply.github.com.> Date: Tue, 23 Jul 2024 16:56:38 +0200 Subject: [PATCH] fix: trying to fix missing permissions for R.U. [skip changelog] --- .github/workflows/res-update-game.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/res-update-game.yml b/.github/workflows/res-update-game.yml index 0233bbc509..903a747071 100644 --- a/.github/workflows/res-update-game.yml +++ b/.github/workflows/res-update-game.yml @@ -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();