This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
Pass Session Creation Timeout Max From Session Request Inward #2733
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: mattermost-ziti-webhook | |
on: | |
create: | |
delete: | |
issues: | |
issue_comment: | |
pull_request_review: | |
pull_request_review_comment: | |
pull_request: | |
push: | |
fork: | |
release: | |
jobs: | |
mattermost-ziti-webhook: | |
runs-on: ubuntu-latest | |
name: POST Webhook | |
if: github.actor != 'dependabot[bot]' | |
env: | |
ZITI_LOG: 99 | |
ZITI_NODEJS_LOG: 99 | |
steps: | |
- uses: openziti/ziti-webhook-action@main | |
with: | |
ziti-id: ${{ secrets.ZITI_MATTERMOST_IDENTITY }} | |
webhook-url: ${{ secrets.ZITI_MATTERMOST_WEBHOOK_URL }} | |
webhook-secret: ${{ secrets.ZITI_MATTERMOSTI_WEBHOOK_SECRET }} | |