Skip to content

Commit

Permalink
Merge pull request Cardinal-Cryptography#73 from Cardinal-Cryptograph…
Browse files Browse the repository at this point in the history
…y/mainnet-deploy-slack-fix

Update build-and-deploy-to-mainnet.yaml
  • Loading branch information
CezaryKierzyk authored Jun 27, 2024
2 parents 04572e6 + a431094 commit 61839a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-to-devnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
with:
notify-on: "failure"
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_DEV_ONDUTY }}
SLACK_WEBHOOK: ${{ secrets.SLACK_INCOMING_WEBHOOK_DEV_ONDUTY }}
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-to-mainnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jobs:
with:
notify-on: "always"
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_DEV_ONDUTY }}
SLACK_WEBHOOK: ${{ secrets.SLACK_INCOMING_WEBHOOK_DEV_ONDUTY }}

0 comments on commit 61839a9

Please sign in to comment.