Skip to content

Commit c0e9339

Browse files
authored
Merge pull request #1004 from oclif/ew/slack-webhook-secret
@W-21355501: Pass slack webhook secret to release workflow
2 parents a731868 + ec404f5 commit c0e9339

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.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)