Skip to content
Open
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
14 changes: 11 additions & 3 deletions week2/day5.md
Original file line number Diff line number Diff line change
Expand Up @@ -761,8 +761,16 @@ Now you need to apply the resources. The command differs depending on whether th

If the grep/Select-String command above found nothing, the OIDC provider doesn't exist yet. Create it along with the IAM role:

**⚠️ IMPORTANT**: Replace `YOUR_GITHUB_USERNAME` with your actual GitHub username.
For example: if your GitHub username is 'johndoe', use: `johndoe/digital-twin`
**⚠️ IMPORTANT**: Replace `YOUR_GITHUB_USERNAME` with your actual GitHub username. Keep the string format same. If capitals involved, keep them same otherwise while deploying using Github Action, may face the issue
```bash
Deploy to dev
Could not assume role with OIDC: Not authorized to perform sts:AssumeRoleWithWebIdentity
```

For example: if your GitHub username is

1.'johndoe', use: `johndoe/digital-twin`
2. 'AlexDavid' use: 'AlexDavid/digital-twin'
**NOTE** Do not put a URL here - it should just be the Github username, not with "https://github.com/" at the front, or you will get cryptic errors!

**Mac/Linux:**
Expand Down Expand Up @@ -1842,4 +1850,4 @@ Keep your repository healthy:

You've built something amazing - a fully automated, production-ready AI application with professional DevOps practices. This is how real companies deploy and manage their infrastructure!

Great job completing Week 2! 🚀
Great job completing Week 2! 🚀