Skip to content

Commit 18b1019

Browse files
Update build-cached-cves action with new SLACK_WEBHOOK value (#9460) (#9492)
(cherry picked from commit cfafd2d) Co-authored-by: svetlana-efimova <[email protected]>
1 parent 08fc9b1 commit 18b1019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-cached-cves/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ runs:
5858
- name: Slack Notification
5959
uses: rtCamp/[email protected]
6060
env:
61-
SLACK_WEBHOOK: ${{ inputs.slack-webhook }}
61+
SLACK_WEBHOOK: ${{ secrets.SLACK_PRIVATE_TEAM_WEBHOOK }}
6262
SLACK_USERNAME: "spectromate"
6363
SLACK_ICON_EMOJI: ":robot_panic:"
6464
SLACK_COLOR: ${{ job.status }}

0 commit comments

Comments
 (0)