auth3
This commit is contained in:
parent
f26fdbe579
commit
4387207c14
1 changed files with 2 additions and 1 deletions
|
@ -30,5 +30,6 @@ jobs:
|
|||
run: |
|
||||
curl -X POST \
|
||||
-H "Accept: 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?access_token=${GITHUB_TOKEN}" -v
|
||||
"${GITHUB_API_URL}/repos/${GITHUB_REPOSITORY}/actions/workflows/unlighthouse/dispatches" -v
|
Loading…
Reference in a new issue