Skip to content

Commit d302570

Browse files
authored
chore: remove GITHUB_TOKEN from dogfood env vars (#13106)
This was stale all the time!
1 parent 4e59606 commit d302570

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dogfood/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ resource "coder_agent" "dev" {
157157
os = "linux"
158158
dir = local.repo_dir
159159
env = {
160-
GITHUB_TOKEN : data.coder_external_auth.github.access_token,
161160
OIDC_TOKEN : data.coder_workspace.me.owner_oidc_access_token,
162161
}
163162
startup_script_behavior = "blocking"

0 commit comments

Comments
 (0)