secret test

This commit is contained in:
Evann Regnault 2023-07-20 22:57:02 +02:00
parent ad1f1a4c5c
commit 8d2856ee55

View file

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