You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# AWS + Github Actions with OIDC
2
2
3
-
This project is a TypeScript-based AWS CDK application that sets up an OpenID Connect (OIDC) provider for GitHub Actions, creates an IAM role for GitHub Actions to assume, and attaches necessary policies to the IAM role.
3
+
This project is a TypeScript-based AWS CDK application that sets up an OpenID Connect (OIDC) provider for Github Actions, creates an IAM role for Github Actions to assume, and attaches necessary policies to the IAM role.
4
4
5
5
## Getting Started
6
6
@@ -41,7 +41,7 @@ npm test
41
41
42
42
## Deployment
43
43
44
-
This project uses GitHub Actions for deployment. The workflow is defined in `.github/workflows/cdk-deploy.yml`. It is triggered manually, on push to the main branch, or on pull requests to the main branch.
44
+
This project uses Github Actions for deployment. The workflow is defined in `.github/workflows/cdk-deploy.yml`. It is triggered manually, on push to the main branch, or on pull requests to the main branch.
0 commit comments