Skip to content

Commit 4591c44

Browse files
committed
removing pull token username
Signed-off-by: Eric Bannon <eric.bannon4@gmail.com>
1 parent 7f94a9d commit 4591c44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

image-mirror-lambda-terraform/iac/terraform.tfvars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name_prefix = "image-copy-all"
77
# optional: dst_prefix = "mirrors"
88

99
# identity id (username) for your pull token
10-
cgr_username = "b3afeb8ee1de8a24fe87ccb26faee88b5ba3cac0/7d8f1d77937ae3d2"
10+
cgr_username = "<PULL_TOKEN_USERNAME>"
1111

1212
mirror_dry_run = false
1313

@@ -28,4 +28,4 @@ repo_tags = {
2828
"cgr.dev/bannon.dev/jre" = ["openjdk-11", "openjdk-17"]
2929
}
3030

31-
copy_all_tags = true
31+
copy_all_tags = true

0 commit comments

Comments
 (0)