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

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

View file

@ -30,5 +30,6 @@ jobs:
run: | run: |
curl -X POST \ curl -X POST \
-H "Accept: application/json" \ -H "Accept: application/json" \
-H "AuthorizationHeaderToken : ${GITHUB_TOKEN}" \
-d '{"ref": "${GITHUB_REF_NAME}", "inputs": { "container_tag": "0.2.0-pre.13" }}' \ -d '{"ref": "${GITHUB_REF_NAME}", "inputs": { "container_tag": "0.2.0-pre.13" }}' \
"${GITHUB_API_URL}/repos/${GITHUB_REPOSITORY}/actions/workflows/unlighthouse/dispatches?access_token=${GITHUB_TOKEN}" -v "${GITHUB_API_URL}/repos/${GITHUB_REPOSITORY}/actions/workflows/unlighthouse/dispatches" -v