From 96dd2aebf7d80f3bc175cd891b338dad88ccab44 Mon Sep 17 00:00:00 2001 From: ArtDev <45949002+artdeell@users.noreply.github.com> Date: Tue, 4 Apr 2023 19:12:43 +0300 Subject: [PATCH] Try again, updated token secret --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 321be1036..2de916b84 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -39,7 +39,7 @@ jobs: - name: Get gl4es if: steps.gl4es-cache.outputs.cache-hit != 'true' - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: token: '${{secrets.READ_HGL4ES_EXTRA}}' repository: 'PojavLauncherTeam/gl4es_extra_extra'