We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474763c commit 111a269Copy full SHA for 111a269
.github/workflows/ci.yaml
@@ -40,6 +40,9 @@ jobs:
40
kubernetes_versions: ${{ steps.variables.outputs.kubernetes_versions }}
41
ci_step_name_prefix: ${{ steps.variables.outputs.ci_step_name_prefix }}
42
os_distros: ${{ steps.variables.outputs.os_distros }}
43
+ permissions:
44
+ id-token: write
45
+ contents: read
46
steps:
47
- uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # 4.0.3
48
with:
0 commit comments