Skip to content

Commit 111a269

Browse files
authored
fix(ci): add token permissions for aws creds (#2148)
1 parent 474763c commit 111a269

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
kubernetes_versions: ${{ steps.variables.outputs.kubernetes_versions }}
4141
ci_step_name_prefix: ${{ steps.variables.outputs.ci_step_name_prefix }}
4242
os_distros: ${{ steps.variables.outputs.os_distros }}
43+
permissions:
44+
id-token: write
45+
contents: read
4346
steps:
4447
- uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # 4.0.3
4548
with:

0 commit comments

Comments
 (0)