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