From 60ab48696303d59540eca8d70b5060674c17a7d7 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Thu, 15 Aug 2024 17:00:24 -0700 Subject: [PATCH] ... --- .github/workflows/ci.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f4efb9d..886a5f8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }}"}}' \ No newline at end of file