Skip to content

Commit d60e779

Browse files
committed
fix: make prod deploy workflow dispatch-safe
Signed-off-by: betterclever <paliwal.pranjal83@gmail.com>
1 parent b9c8b56 commit d60e779

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191

192192
steps:
193193
- name: Notify Slack
194-
if: ${{ secrets.SLACK_WEBHOOK_URL != '' }}
194+
if: ${{ env.SLACK_WEBHOOK_URL != '' }}
195195
uses: slackapi/slack-github-action@v1
196196
with:
197197
payload: |

0 commit comments

Comments
 (0)