Skip to content

Commit 94bf04d

Browse files
authored
Update .github/workflows/update-image-digest.yml
1 parent 67895bf commit 94bf04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-image-digest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
if: ${{ (success() && steps.lastrun.outputs.status == 'failed') || failure() }}
118118
uses: rtCamp/action-slack-notify@v2
119119
env:
120-
SLACK_WEBHOOK: ${{ secrets.WORKSPACE_SLACK_WEBHOOK }}
120+
SLACK_WEBHOOK: ${{ secrets.RELEASE_SLACK_WEBHOOK }}
121121
SLACK_COLOR: ${{ job.status }}
122122
SLACK_TITLE: "Update container images digest"
123123
SLACK_FOOTER: "<https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|Workflow logs>"

0 commit comments

Comments
 (0)