We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8b183f + 7b8417c commit 5fc197aCopy full SHA for 5fc197a
1 file changed
.github/workflows/create-github-release.yml
@@ -20,6 +20,7 @@ jobs:
20
uses: salesforcecli/github-workflows/.github/workflows/create-github-release.yml@main
21
secrets:
22
SVC_CLI_BOT_GITHUB_TOKEN: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}
23
+ CLI_ALERTS_SLACK_WEBHOOK: ${{ secrets.CLI_ALERTS_SLACK_WEBHOOK }}
24
with:
25
prerelease: ${{ inputs.prerelease }}
26
# If this is a push event, we want to skip the release if there are no semantic commits
0 commit comments