Skip to content

Commit

Permalink
Update Zulip send message action (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen authored Feb 17, 2024
1 parent 3cb748d commit 6ffb697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify-site-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
USE_DIRECTORY_URLS: false
- name: Send alert on failure
if: ${{ failure() }}
uses: zulip/github-actions-zulip/send-message@b62d5a0e48a4d984ea4fce5dd65ba691963d4db4
uses: zulip/github-actions-zulip/send-message@08b6fbd07f5834e5b930a85bc7740e9fd44ab2e7
with:
api-key: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_API_KEY }}
email: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_EMAIL }}
Expand Down
2 changes: 1 addition & 1 deletion docs/contribute/ci/gh-actions-security.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To protect ourselves, all "additional 3rd party" actions should only be using co
```yml
- name: Send alert on failure
if: ${{ failure() }}
uses: zulip/github-actions-zulip/send-message@b62d5a0e48a4d984ea4fce5dd65ba691963d4db4
uses: zulip/github-actions-zulip/send-message@08b6fbd07f5834e5b930a85bc7740e9fd44ab2e7
with:
api-key: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_API_KEY }}
email: ${{ secrets.ZULIP_SCHEDULED_JOB_FAILURE_EMAIL }}
Expand Down

0 comments on commit 6ffb697

Please sign in to comment.