github.com/networkservicemesh/govpp@v0.0.0-20240328101142-8a444680fbba/scripts/delete-actions-runner.sh (about) 1 #!/bin/bash -x 2 # shellcheck disable=SC2086 3 4 runner_token=$1 5 6 cd actions-runner 7 export RUNNER_ALLOW_RUNASROOT=1 8 ./config.sh remove --token ${runner_token}