secret test
This commit is contained in:
parent
ad1f1a4c5c
commit
8d2856ee55
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue