Skip to content

Commit 48363ba

Browse files
authored
Update website-publish.yml
1 parent ec18bfb commit 48363ba

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/website-publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ jobs:
7979
cache-to: type=gha,mode=max
8080
- name: Update website
8181
id: update-website
82-
uses: fjogeleit/http-request-action@v1
82+
uses: sozo-design/curl@v1.0.2
8383
with:
84-
url: 'https://management.web.stormancer.com/containers/docs-preview/update'
85-
method: 'POST'
86-
customHeaders: '{ "secret": "${{ secrets.STORMANCER_MANAGEMENT_SECRET}}"}'
84+
args: -X POST -H "secret:${{ secrets.STORMANCER_MANAGEMENT_SECRET}}" https://management.web.stormancer.com/containers/docs-preview/update

0 commit comments

Comments
 (0)