fix(ci): enable OIDC id-token permission for AWS IaC Account pipeline
This commit is contained in:
parent
d246ff55cc
commit
14375ef907
@ -13,6 +13,10 @@ on:
|
||||
options: [plan, apply, destroy]
|
||||
default: plan
|
||||
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
|
||||
env:
|
||||
BASE_DIR: iac-template/terraform-hcl-standard/aws-cloud/component/
|
||||
DEPLOY_ACTION: ${{ github.event.inputs.deploy_action || 'plan' }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user