Skip to content

Commit

Permalink
Update trigger-portainer-webhook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
janssensjelle authored Dec 31, 2024
1 parent 0053afa commit 18879fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/trigger-portainer-webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@ jobs:

steps:
- name: Trigger Portainer Webhook
run: curl -X POST ${{ secrets.PORTAINER_WEBHOOK_URL }}
run: |
curl -X POST \
-H "CF-Access-Client-Id: ${{ secrets.CF_CLIENT_ID }}" \
-H "CF-Access-Client-Secret: ${{ secrets.CF_CLIENT_SECRET }}" \
${{ secrets.PORTAINER_WEBHOOK_URL }}

0 comments on commit 18879fd

Please sign in to comment.