Skip to content

Commit

Permalink
Grace: update GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Dec 12, 2023
1 parent c9bf22f commit d6e6eaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Java CI
name: Grace CI
on:
push:
branches:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d6e6eaf

Please sign in to comment.