Skip to content

portainer-webhook

portainer-webhook #1

name: portainer-webhook
on:
workflow_run:
workflows: [ "docker-buildx-ci" ]
types:
- completed
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Send Trigger
run: |
curl -X POST ${{ secrets.PORTAINER_WEBHOOK_URL }}