Skip to content

Commit

Permalink
more string futzing
Browse files Browse the repository at this point in the history
  • Loading branch information
glimberg committed Aug 15, 2024
1 parent 64512ad commit 8632286
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ jobs:
- name: Test Curl
uses: enflo/curl-action@v1
with:
curl: '-L -X POST -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{ secrets.DEPLOY_TOKEN }}" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/repos/zerotier/${{ secrets.INFRA_REPO_NAME }}/dispatches -d "{\\"event_type\\": \\"deploy_docs_dev\\", \\"client_payload\\": {\\"docker_tag\\": \\"${{ github.sha }}\\"}}"'
curl: |
-L -X POST -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{ secrets.DEPLOY_TOKEN }}" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/repos/zerotier/${{ secrets.INFRA_REPO_NAME }}/dispatches -d '{"event_type": "deploy_docs_dev", "client_payload": {"docker_tag": "${{ github.sha }}"}}'

0 comments on commit 8632286

Please sign in to comment.