Skip to content

Commit 5fc197a

Browse files
authored
Merge pull request #789 from oclif/ew/slack-webhook-secret
@W-21355501: Pass slack webhook secret to release workflow
2 parents c8b183f + 7b8417c commit 5fc197a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/create-github-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
uses: salesforcecli/github-workflows/.github/workflows/create-github-release.yml@main
2121
secrets:
2222
SVC_CLI_BOT_GITHUB_TOKEN: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}
23+
CLI_ALERTS_SLACK_WEBHOOK: ${{ secrets.CLI_ALERTS_SLACK_WEBHOOK }}
2324
with:
2425
prerelease: ${{ inputs.prerelease }}
2526
# If this is a push event, we want to skip the release if there are no semantic commits

0 commit comments

Comments
 (0)