We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ba939 commit 8e66ad2Copy full SHA for 8e66ad2
dogfood/coder/main.tf
@@ -596,14 +596,6 @@ resource "coder_agent" "dev" {
596
# Allow synchronization between scripts.
597
trap 'touch /tmp/.coder-startup-script.done' EXIT
598
599
- # Authenticate GitHub CLI
600
- if ! gh auth status >/dev/null 2>&1; then
601
- echo "Logging into GitHub CLI…"
602
- coder external-auth access-token github | gh auth login --hostname github.com --with-token
603
- else
604
- echo "Already logged into GitHub CLI."
605
- fi
606
-
607
# Increase the shutdown timeout of the docker service for improved cleanup.
608
# The 240 was picked as it's lower than the 300 seconds we set for the
609
# container shutdown grace period.
0 commit comments