Skip to content

Commit a88a12f

Browse files
committed
docs: add id-token: write to caller workflow template
The reusable workflow's build-image and deploy-app jobs require id-token: write for OIDC authentication. Callers must grant this permission or GitHub Actions will reject the workflow. Add id-token: write to the default caller workflow template in the onboarding guide so all new integrations include it from the start.
1 parent 98c48c8 commit a88a12f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/guides/onboarding-new-repo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ permissions:
147147
packages: write
148148
pull-requests: write
149149
security-events: write
150+
id-token: write # Required by the reusable workflow for AWS OIDC authentication
150151
151152
jobs:
152153
pr-environment:

0 commit comments

Comments
 (0)