We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67895bf commit 94bf04dCopy full SHA for 94bf04d
.github/workflows/update-image-digest.yml
@@ -117,7 +117,7 @@ jobs:
117
if: ${{ (success() && steps.lastrun.outputs.status == 'failed') || failure() }}
118
uses: rtCamp/action-slack-notify@v2
119
env:
120
- SLACK_WEBHOOK: ${{ secrets.WORKSPACE_SLACK_WEBHOOK }}
+ SLACK_WEBHOOK: ${{ secrets.RELEASE_SLACK_WEBHOOK }}
121
SLACK_COLOR: ${{ job.status }}
122
SLACK_TITLE: "Update container images digest"
123
SLACK_FOOTER: "<https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|Workflow logs>"
0 commit comments