Skip to content

Commit cea7541

Browse files
committed
token no longer needed
1 parent 26f5ca1 commit cea7541

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ jobs:
8686
with:
8787
cache-read-only: ${{ github.event_name == 'pull_request' }}
8888
- name: Gradle test
89-
env:
90-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9189
run: >
9290
./gradlew test
9391
"-PtestJavaVersion=${{ matrix.test-java-version }}"

.github/workflows/codeql.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
# --no-build-cache is required for codeql to analyze all modules
5050
# --no-daemon is required for codeql to observe the compilation
5151
# (see https://docs.github.com/en/code-security/codeql-cli/getting-started-with-the-codeql-cli/preparing-your-code-for-codeql-analysis#specifying-build-commands)
52-
env:
53-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5452
run: ./gradlew assemble --no-build-cache --no-daemon
5553

5654
- name: Perform CodeQL analysis

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ jobs:
128128
- name: Build and publish artifacts
129129
run: ./gradlew assemble publishToSonatype closeAndReleaseSonatypeStagingRepository
130130
env:
131-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
132131
SONATYPE_USER: ${{ secrets.SONATYPE_USER }}
133132
SONATYPE_KEY: ${{ secrets.SONATYPE_KEY }}
134133
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}

0 commit comments

Comments
 (0)