We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf2d0f0 commit 668a992Copy full SHA for 668a992
1 file changed
.github/workflows/docker-deploy.yml
@@ -35,7 +35,7 @@ jobs:
35
with:
36
url: https://api.render.com/deploy/srv-${{ secrets.RENDER_SERVICE_ID }}
37
method: POST
38
- headers: |
+ customHeaders: |
39
Authorization: Bearer ${{ secrets.RENDER_API_KEY }}
40
Content-Type: application/json
41
- body: '{"clearCache":true}'
+ data: '{"clearCache":true}'
0 commit comments