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