We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 377ebb0 commit 53742bbCopy full SHA for 53742bb
1 file changed
src/tools/aws.go
@@ -31,7 +31,6 @@ func Authenticate() {
31
}
32
svc := codeartifact.NewFromConfig(cfg)
33
34
- // TODO: auto-resolve these via Environment variables
35
codeArtDomain := aws.String(os.Getenv("CODEARTIFACT_DOMAIN"))
36
codeArtOwner, codeArtOwnerFound := os.LookupEnv("CODEARTIFACT_OWNER")
37
codeArtRepos := aws.String(os.Getenv("CODEARTIFACT_REPO"))
0 commit comments