File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ name: action-security-template
1212 default : " .github/workflows/"
1313 type : string
1414 secrets :
15- github_token :
15+ gh_token :
1616 description : " GitHub Token"
1717 required : true
1818defaults :
3333 - name : Run zizmor
3434 uses : zizmorcore/zizmor-action@873539476a7f9b0da7504d0d9e9a6a5275094d98
3535 with :
36- token : ${{ secrets.github_token }}
36+ token : ${{ secrets.gh_token }}
3737 inputs : ${{ inputs.working-directory }}
Original file line number Diff line number Diff line change 2020 action-security-test :
2121 uses : fabriciofx/github-workflows/.github/workflows/action-security-template.yml@main
2222 secrets :
23- github_token : ${{ secrets.GITHUB_TOKEN }}
23+ gh_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name: action-update-template
66' on ' :
77 workflow_call :
88 secrets :
9- github_token :
9+ gh_token :
1010 description : " GitHub token"
1111 required : true
1212defaults :
2929 - name : Run Renovate
3030 uses : renovatebot/github-action@ed4d0bb582ff6e994d0252a7715bd5b80f25d106
3131 with :
32- token : ${{ secrets.github_token }}
32+ token : ${{ secrets.gh_token }}
Original file line number Diff line number Diff line change 1616 action-update :
1717 uses : fabriciofx/github-workflows/.github/workflows/action-update-template.yml@main
1818 secrets :
19- token : ${{ secrets.GITHUB_TOKEN }}
19+ gh_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ name: any-sonar-template
2525 required : true
2626 type : string
2727 secrets :
28- github_token :
28+ gh_token :
2929 description : " GitHub Token"
3030 required : true
31- sonar_token :
31+ sr_token :
3232 description : " Sonar Token"
3333 required : true
3434defaults :
@@ -107,8 +107,8 @@ jobs:
107107 - name : Run Sonar
108108 working-directory : ${{ inputs.working-directory }}
109109 env :
110- GITHUB_TOKEN : ${{ secrets.github_token }}
111- SONAR_TOKEN : ${{ secrets.sonar_token }}
110+ GITHUB_TOKEN : ${{ secrets.gh_token }}
111+ SONAR_TOKEN : ${{ secrets.sr_token }}
112112 run : |
113113 [[ -x "mvnw" ]] && mvn="./mvnw" || mvn="mvn"
114114 args=(--errors --batch-mode package)
Original file line number Diff line number Diff line change 1616 with :
1717 working-directory : " ."
1818 secrets :
19- github_token : ${{ secrets.GITHUB_TOKEN }}
20- sonar_token : ${{ secrets.SONAR_TOKEN }}
19+ gh_token : ${{ secrets.GITHUB_TOKEN }}
20+ sr_token : ${{ secrets.SONAR_TOKEN }}
2121 sonar_organization : " fabriciofx"
2222 sonar_project_key : " fabriciofx_github-workflows"
You can’t perform that action at this time.
0 commit comments