File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
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- token :
15+ github_token :
1616 description : " GitHub Token"
1717 required : true
1818defaults :
3333 - name : Run zizmor
3434 uses : zizmorcore/zizmor-action@873539476a7f9b0da7504d0d9e9a6a5275094d98
3535 with :
36- token : ${{ secrets.token }}
36+ token : ${{ secrets.github_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- token : ${{ secrets.GITHUB_TOKEN }}
23+ github_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- token :
9+ github_token :
1010 description : " GitHub token"
1111 required : true
1212defaults :
2929 - name : Run Renovate
3030 uses : renovatebot/github-action@ed4d0bb582ff6e994d0252a7715bd5b80f25d106
3131 with :
32- token : ${{ secrets.token }}
32+ token : ${{ secrets.github_token }}
You can’t perform that action at this time.
0 commit comments