Other test
This commit is contained in:
parent
8d2856ee55
commit
76fa4bd703
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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue