github.com/openziti/transport@v0.1.5/.github/workflows/mattermost-ziti-webhook.yml (about)

     1  name: mattermost-ziti-webhook
     2  on: 
     3    create:
     4    delete:
     5    issues:
     6    issue_comment:
     7    pull_request_review:
     8    pull_request_review_comment:
     9    pull_request:
    10    push:
    11    fork:
    12    release:
    13  
    14  jobs:
    15    mattermost-ziti-webhook:
    16      runs-on: macos-latest
    17      name: POST Webhook
    18      if: github.actor!= 'dependabot[bot]'
    19      steps:
    20      - uses: openziti/ziti-webhook-action@main
    21        with:
    22          ziti-id: ${{ secrets.ZITI_MATTERMOST_IDENTITY }}
    23          webhook-url: ${{ secrets.ZITI_MATTERMOST_WEBHOOK_URL }}
    24          webhook-secret: ${{ secrets.ZITI_MATTERMOSTI_WEBHOOK_SECRET }}