Skip to content

Commit ae1c460

Browse files
chore: remove github-token for sonar
Signed-off-by: Joris Mancini <[email protected]>
1 parent a879ae2 commit ae1c460

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/patch-generic.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
name: Patch
2-
31
on:
42
workflow_call:
53
inputs:
@@ -24,8 +22,6 @@ on:
2422
secrets:
2523
githubappPrivateKey:
2624
required: true
27-
github-token:
28-
required: true
2925
sonar-token:
3026
required: true
3127
docker-token:
@@ -110,7 +106,6 @@ jobs:
110106
-Dsonar.organization=${{ inputs.sonarOrganization }}
111107
-Dsonar.projectKey=${{ inputs.sonarProjectKey }}
112108
env:
113-
GITHUB_TOKEN: ${{ secrets.github-token }}
114109
SONAR_TOKEN: ${{ secrets.sonar-token }}
115110

116111
- name: Build Docker image

.github/workflows/release-generic.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ jobs:
9292
-Dsonar.organization=${{ inputs.sonarOrganization }}
9393
-Dsonar.projectKey=${{ inputs.sonarProjectKey }}
9494
env:
95-
GITHUB_TOKEN: ${{ secrets.github-token }}
9695
SONAR_TOKEN: ${{ secrets.sonar-token }}
9796

9897
- name: Build Docker image

0 commit comments

Comments
 (0)