We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a731868 + ec404f5 commit c0e9339Copy full SHA for c0e9339
.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