docker-github-actions-runner
docker-github-actions-runner copied to clipboard
Update token.sh with set flags
set -ecauses the script to exit immediately if a command exits with a non-zero status.set -ucauses the script to exit immediately if an unset variable is used.set -o pipefailcauses the script to exit immediately if a pipe command fails.
Sorry. Meant to mark this as non-draft. Still tinkering with different scenarios. Thank you for the review though!
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.