File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 4848 required : false
4949 type : string
5050 default : ' '
51+ secrets :
5152 project-metrics-token :
5253 description : ' Analytics token to log failed builds'
5354 required : false
54- type : string
55- default : ' '
5655 slack-webhook :
5756 description : ' Slack webhook for notifications'
5857 required : false
59- type : string
60- default : ' '
6158
6259env :
6360 MONOREPO_PATH : .security-scanner
@@ -164,8 +161,8 @@ jobs:
164161 if : always()
165162 runs-on : ubuntu-latest
166163 env :
167- SLACK_WEBHOOK : ${{ inputs .slack-webhook }}
168- PROJECT_METRICS_TOKEN : ${{ inputs .project-metrics-token }}
164+ SLACK_WEBHOOK : ${{ secrets .slack-webhook }}
165+ PROJECT_METRICS_TOKEN : ${{ secrets .project-metrics-token }}
169166 REPO : ${{ inputs.repo }}
170167 steps :
171168 - name : Determine overall scan result
You can’t perform that action at this time.
0 commit comments