Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Prepare a release
uses: googleapis/release-please-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ working OIDC connection between GitHub Actions and AWS.
```terraform
module "oidc_github" {
source = "unfunco/oidc-github/aws"
version = "1.8.1"
version = "1.8.1" # x-release-please-version

github_repositories = [
"org/repo",
Expand Down
1 change: 1 addition & 0 deletions oidc-github.tftest.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ run "create_oidc_provider_only" {
create = true
create_iam_role = false
create_oidc_provider = true
github_repositories = ["unfunco/terraform-aws-oidc-github"]
}

command = plan
Expand Down