Skip to content

Commit

Permalink
Fix secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Feb 29, 2024
1 parent 52a1ed2 commit ef16482
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:

- name: Report failure Status to Slack channel
# Also run this step in case of failures
if: ${{ always() && secrets.INTEGRATION_TEAM_SLACK_NOTIFICATION_WEBHOOK }}
if: ${{ always() }}
uses: ravsamhq/notify-slack-action@v2
with:
status: ${{ job.status }}
Expand All @@ -158,7 +158,7 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.INTEGRATION_TEAM_SLACK_NOTIFICATION_WEBHOOK }}

- name: Report new Pull Request to Slack channel
if: ${{ steps.create-pr.outputs.pr_url && secrets.INTEGRATION_TEAM_SLACK_NOTIFICATION_WEBHOOK }}
if: ${{ steps.create-pr.outputs.pr_url }}
uses: ravsamhq/notify-slack-action@v2
with:
status: ${{ job.status }}
Expand Down

0 comments on commit ef16482

Please sign in to comment.