Skip to content

Commit eca1422

Browse files
committed
no token
1 parent f40e77c commit eca1422

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
cache-read-only: ${{ github.event_name == 'pull_request' }}
6060

6161
- name: Gradle build and test
62-
env:
63-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62+
# env:
63+
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6464
run: ./gradlew build -x test

0 commit comments

Comments
 (0)