Skip to content

Commit 953bc77

Browse files
authored
Merge pull request #796 from rust-lang/update-ci-role-rustup-branch
update ci role rustup branch
2 parents a73b7a5 + 8a9cafc commit 953bc77

File tree

1 file changed

+1
-1
lines changed
  • terragrunt/modules/rustup

1 file changed

+1
-1
lines changed

terragrunt/modules/rustup/s3.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module "ci_role" {
1010
source = "../gha-oidc-role"
1111
org = "rust-lang"
1212
repo = "rustup"
13-
branch = "master"
13+
branch = "main"
1414
}
1515

1616
resource "aws_s3_bucket_policy" "cloudfront" {

0 commit comments

Comments
 (0)