Skip to content

Commit d5d8107

Browse files
committed
chore: removed unused env variable from master CI
1 parent 18fa257 commit d5d8107

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/master-2.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626

2727
- name: Build/Test & SonarCloud Scan
2828
run: mvn -B clean verify -Pcoverage,sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }}
29-
env:
30-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3129

3230
build-test:
3331
name: Build & Test - JDK ${{ matrix.java }} on ${{ matrix.os }}

.github/workflows/master.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626

2727
- name: Build/Test & SonarCloud Scan
2828
run: mvn -B clean verify -Pcoverage,sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }}
29-
env:
30-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3129

3230
build-test:
3331
name: Build & Test - JDK ${{ matrix.java }} on ${{ matrix.os }}

0 commit comments

Comments
 (0)