File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 1
- name : Patch
2
-
3
1
on :
4
2
workflow_call :
5
3
inputs :
24
22
secrets :
25
23
githubappPrivateKey :
26
24
required : true
27
- github-token :
28
- required : true
29
25
sonar-token :
30
26
required : true
31
27
docker-token :
@@ -110,7 +106,6 @@ jobs:
110
106
-Dsonar.organization=${{ inputs.sonarOrganization }}
111
107
-Dsonar.projectKey=${{ inputs.sonarProjectKey }}
112
108
env :
113
- GITHUB_TOKEN : ${{ secrets.github-token }}
114
109
SONAR_TOKEN : ${{ secrets.sonar-token }}
115
110
116
111
- name : Build Docker image
Original file line number Diff line number Diff line change 92
92
-Dsonar.organization=${{ inputs.sonarOrganization }}
93
93
-Dsonar.projectKey=${{ inputs.sonarProjectKey }}
94
94
env :
95
- GITHUB_TOKEN : ${{ secrets.github-token }}
96
95
SONAR_TOKEN : ${{ secrets.sonar-token }}
97
96
98
97
- name : Build Docker image
You can’t perform that action at this time.
0 commit comments