Skip to content

Commit

Permalink
let's try this
Browse files Browse the repository at this point in the history
  • Loading branch information
glimberg committed Aug 15, 2024
1 parent 8e0af80 commit 99f8a8b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,9 @@ jobs:
with:
cmd: lint
env:
NODE_OPTIONS: --openssl-legacy-provider
NODE_OPTIONS: --openssl-legacy-provider

- name: Test Curl
uses: alesil/actions-curl@v1
with:
curl: 'curl -L -X POST -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{ secrets.GITHUB_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\", \"inputs\": {\"docker_tag\": \"${{ github.sha }}\"}}"'

0 comments on commit 99f8a8b

Please sign in to comment.