auth4
Some checks failed
/ get-version (push) Successful in 2s
/ run-unlighthouse (push) Failing after 0s
/ astro-check (push) Successful in 13s

This commit is contained in:
Firq 2024-10-22 19:36:56 +02:00
parent 4387207c14
commit c0d6d8a516
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -29,7 +29,7 @@ jobs:
- name: Launch workflow
run: |
curl -X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "AuthorizationHeaderToken : ${GITHUB_TOKEN}" \
-d '{"ref": "${GITHUB_REF_NAME}", "inputs": { "container_tag": "0.2.0-pre.13" }}' \
"${GITHUB_API_URL}/repos/${GITHUB_REPOSITORY}/actions/workflows/unlighthouse/dispatches" -v