Skip to content

Commit abafd9e

Browse files
committed
chore: fix-webhook-secret
1 parent 411bb89 commit abafd9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
secrets:
2020
MEND_EMAIL: ${{ secrets.MEND_EMAIL }}
2121
MEND_USER_KEY: ${{ secrets.MEND_USER_KEY }}
22-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
22+
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}
2323
publish-or-pr:
2424
permissions:
2525
contents: write # to create release (changesets/action)

0 commit comments

Comments
 (0)