Browse Source

Update gradle.yml

pull/64/head
Greg Holmes 4 years ago
parent
commit
8a8f934402
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .github/workflows/gradle.yml

+ 1
- 0
.github/workflows/gradle.yml View File

13
       uses: actions/setup-java@v1
13
       uses: actions/setup-java@v1
14
       with:
14
       with:
15
         java-version: 1.8
15
         java-version: 1.8
16
+        repo-token: ${{ secrets.GITHUB_TOKEN }}
16
     - name: Build with Gradle
17
     - name: Build with Gradle
17
       run: ./gradlew publish
18
       run: ./gradlew publish

Loading…
Cancel
Save