Browse Source

runner-token typo

Alex Cheema 7 months ago
parent
commit
e2d3a90832
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/bootstrap.sh

+ 1 - 1
.github/bootstrap.sh

@@ -17,7 +17,7 @@ fi
 # Check for required arguments
 if [ -z "$1" ]; then
     log "Error: Runner token is required"
-    log "Usage: $0 <github-pat> [tailscale-auth-key]"
+    log "Usage: $0 <runner-token> [tailscale-auth-key]"
     exit 1
 fi