Skip to content

Commit f434273

Browse files
committed
Update gradle.yml
1 parent 380b0d8 commit f434273

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,15 @@ jobs:
3535
publish:
3636
permissions:
3737
contents: read # to fetch code (actions/checkout)
38+
checks: write
3839
runs-on: ubuntu-latest
3940
if: github.event_name == 'push'
4041
needs: ['build']
4142
steps:
43+
- name: Checkout repository
44+
uses: actions/checkout@v4
45+
with:
46+
token: ${{ secrets.GH_TOKEN }}
4247
- name: Set up JDK
4348
uses: actions/setup-java@v3
4449
with:

0 commit comments

Comments
 (0)