Skip to content

Commit 07acf76

Browse files
authored
update ziti-tunnel-sdk-c@v1.9.7 (#300)
* update ziti-tunnel-sdk-c@v1.9.7 * update ziti-mattermost-action-py@v1
1 parent 0c05853 commit 07acf76

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/mattermost-ziti-webhook.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@ jobs:
2222
runs-on: ubuntu-latest
2323
name: POST Webhook
2424
steps:
25-
- uses: openziti/ziti-mattermost-action-py@main
25+
- uses: openziti/ziti-mattermost-action-py@v1
2626
if: |
2727
github.repository_owner == 'openziti'
2828
&& ((github.event_name != 'pull_request_review')
2929
|| (github.event_name == 'pull_request_review' && github.event.review.state == 'approved'))
3030
with:
3131
zitiId: ${{ secrets.ZITI_MATTERMOST_IDENTITY }}
32-
webhookUrl: ${{ secrets.ZHOOK_URL }}
32+
webhookUrl: ${{ secrets.ZHOOK_URL_DEV_NOTIFICATIONS }}
3333
eventJson: ${{ toJson(github.event) }}
3434
senderUsername: "GitHubZ"
35-
destChannel: "dev-notifications"

0 commit comments

Comments
 (0)