ephemeral runner pipeline
parent
e262aec982
commit
2622a99bb2
|
|
@ -52,6 +52,7 @@ jobs:
|
||||||
repo="game-ci/unity-builder"
|
repo="game-ci/unity-builder"
|
||||||
TOKEN=$(curl -X POST -H "Authorization: Bearer $GIT_PRIVATE_TOKEN" -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/$repo/actions/runners/registration-token | jq -r .token)
|
TOKEN=$(curl -X POST -H "Authorization: Bearer $GIT_PRIVATE_TOKEN" -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/$repo/actions/runners/registration-token | jq -r .token)
|
||||||
./config.sh --url https://github.com/$repo --token $TOKEN --ephemeral
|
./config.sh --url https://github.com/$repo --token $TOKEN --ephemeral
|
||||||
|
echo $TOKEN
|
||||||
echo "cloud runner stop watching job"
|
echo "cloud runner stop watching job"
|
||||||
./run.sh
|
./run.sh
|
||||||
secrets: []
|
secrets: []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue