Skip to content

Commit

Permalink
test different hook
Browse files Browse the repository at this point in the history
  • Loading branch information
dovholuknf committed Oct 6, 2024
1 parent 2cd2021 commit 54c6b2a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/mattermost-ziti-webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
name: Ziti Mattermost Action - Py
steps:
- uses: openziti/ziti-mattermost-action-py@roll-back-ziti-sdk-py
- uses: dovholuknf/mm-notification-action@main
if: ${{ env.ZHOOK_URL != null }}
env:
ZHOOK_URL: ${{ secrets.ZHOOK_URL }}
Expand All @@ -35,4 +35,7 @@ jobs:

eventJson: ${{ toJson(github.event) }}
senderUsername: "GitHubZ"
destChannel: "dev-notifications"
destChannel: "dev-notifications"
githubEvent: ${{ toJson(github.event) }}
identityFile: ${{ secrets.ZITI_MATTERMOST_IDENTITY }}
url: ${{ secrets.ZHOOK_URL }}

0 comments on commit 54c6b2a

Please sign in to comment.