We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec18bfb commit 48363baCopy full SHA for 48363ba
1 file changed
.github/workflows/website-publish.yml
@@ -79,8 +79,6 @@ jobs:
79
cache-to: type=gha,mode=max
80
- name: Update website
81
id: update-website
82
- uses: fjogeleit/http-request-action@v1
+ uses: sozo-design/curl@v1.0.2
83
with:
84
- url: 'https://management.web.stormancer.com/containers/docs-preview/update'
85
- method: 'POST'
86
- customHeaders: '{ "secret": "${{ secrets.STORMANCER_MANAGEMENT_SECRET}}"}'
+ args: -X POST -H "secret:${{ secrets.STORMANCER_MANAGEMENT_SECRET}}" https://management.web.stormancer.com/containers/docs-preview/update
0 commit comments