chore: remove `GITHUB_TOKEN` from dogfood env vars (#13106)

This was stale all the time!
This commit is contained in:
Kyle Carberry 2024-04-29 21:26:58 -04:00 committed by GitHub
parent 4e5960660e
commit d302570091
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -157,7 +157,6 @@ resource "coder_agent" "dev" {
os = "linux"
dir = local.repo_dir
env = {
GITHUB_TOKEN : data.coder_external_auth.github.access_token,
OIDC_TOKEN : data.coder_workspace.me.owner_oidc_access_token,
}
startup_script_behavior = "blocking"