Skip to content

Commit 752d661

Browse files
authored
Merge pull request #9002 from shirady/ci-add-slack-message-update-secret-name
CI | Publish Nightly Result in Slack - Update Secret Name
2 parents a981b70 + 3fb49bd commit 752d661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-aws-sdk-clients.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# if: ${{ failure() }}
3030
uses: slackapi/[email protected]
3131
with:
32-
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
32+
webhook: ${{ secrets.SLACKWEBHOOKURL }}
3333
webhook-type: incoming-webhook
3434
payload: |
3535
text: "AWS SDK Clients Run result: ${{ job.status }}"

0 commit comments

Comments
 (0)