From d6e6eaf5e9fe73d3b322f44f9777c763482386f1 Mon Sep 17 00:00:00 2001 From: Michael Yan Date: Tue, 12 Dec 2023 22:21:24 +0800 Subject: [PATCH] Grace: update GitHub workflows --- .github/workflows/gradle.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 876997ef38..5705241839 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -1,4 +1,4 @@ -name: Java CI +name: Grace CI on: push: branches: @@ -46,7 +46,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} uses: actions/checkout@v4 with: - token: ${{ secrets.GH_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} - name: Set up JDK 11 uses: actions/setup-java@v3 with: @@ -78,7 +78,7 @@ jobs: needs: ["build", "publish"] permissions: contents: read # to fetch code (actions/checkout) - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Extract branch name id: extract_branch