Other test

This commit is contained in:
Evann Regnault 2023-07-20 22:59:47 +02:00
parent 8d2856ee55
commit 76fa4bd703

View file

@ -23,7 +23,7 @@ jobs:
with: with:
url: ${{ env.PORTAINER_API_WEBHOOK }} url: ${{ env.PORTAINER_API_WEBHOOK }}
method: 'POST' method: 'POST'
customHeaders: format('{"X-API-Key": "{0}"', ${{secrets.PORTAINER_API_KEY}}) customHeaders: ${{ env.PORTAINER_API_KEY }}
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2