From 471d361dcf475b43202219b205525fd9a42088cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=E1=B4=87C=E1=B4=8F=E1=B4=85=E1=B4=87s2=E1=B4=8D=E1=B4=9C?= =?UTF-8?q?=E1=B4=84=CA=9C?= Date: Fri, 23 Aug 2024 09:14:42 +0100 Subject: [PATCH] Update android-pr_ci.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: HᴇCᴏᴅᴇs2ᴍᴜᴄʜ --- .github/workflows/android-pr_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-pr_ci.yml b/.github/workflows/android-pr_ci.yml index a09c20e7..57899cb8 100644 --- a/.github/workflows/android-pr_ci.yml +++ b/.github/workflows/android-pr_ci.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout project uses: actions/checkout@v4.1.7 with: - token: ${{ secrets.GIT_BOT_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} - name: set up JDK 17 uses: actions/setup-java@v4.2.2