Skip to content

Commit 53742bb

Browse files
committed
Removed the other TODO
1 parent 377ebb0 commit 53742bb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/tools/aws.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ func Authenticate() {
3131
}
3232
svc := codeartifact.NewFromConfig(cfg)
3333

34-
// TODO: auto-resolve these via Environment variables
3534
codeArtDomain := aws.String(os.Getenv("CODEARTIFACT_DOMAIN"))
3635
codeArtOwner, codeArtOwnerFound := os.LookupEnv("CODEARTIFACT_OWNER")
3736
codeArtRepos := aws.String(os.Getenv("CODEARTIFACT_REPO"))

0 commit comments

Comments
 (0)