mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
chore: remove GITHUB_TOKEN
from dogfood env vars (#13106)
This was stale all the time!
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user