File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 6262 pull-requests : write
6363 runs-on : ubuntu-latest
6464 steps :
65+ - name : Checkout code
66+ uses : actions/checkout@v5
6567 - name : Prepare a release
6668 uses : googleapis/release-please-action@v4
6769 with :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ working OIDC connection between GitHub Actions and AWS.
2424``` terraform
2525module "oidc_github" {
2626 source = "unfunco/oidc-github/aws"
27- version = "1.8.1"
27+ version = "1.8.1" # x-release-please-version
2828
2929 github_repositories = [
3030 "org/repo",
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ run "create_oidc_provider_only" {
2525 create = true
2626 create_iam_role = false
2727 create_oidc_provider = true
28+ github_repositories = [" unfunco/terraform-aws-oidc-github" ]
2829 }
2930
3031 command = plan
You can’t perform that action at this time.
0 commit comments