Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
glimberg committed Aug 16, 2024
1 parent 032b0ec commit 60ab486
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,9 @@ jobs:
# env:
# NODE_OPTIONS: --openssl-legacy-provider

- name: Setup Curl
uses: kordlib/setup-curl@v1

- name: Test Curl
run: |
curl -s -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 }}"}}'
uses: thinkdolabs/curl@v1
with:
args: |
curl -s -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 60ab486

Please sign in to comment.