auth4
All checks were successful
/ astro-check (push) Successful in 13s
/ get-version (push) Successful in 2s
/ run-unlighthouse (push) Successful in 0s

This commit is contained in:
Firq 2024-10-22 19:38:09 +02:00
parent c0d6d8a516
commit 3587ee38a7
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -30,6 +30,6 @@ jobs:
run: |
curl -X POST \
-H "Content-Type: application/json" \
-H "AuthorizationHeaderToken : ${GITHUB_TOKEN}" \
-H "Authorization: token ${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