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]
|
options: [plan, apply, destroy]
|
||||||
default: plan
|
default: plan
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
id-token: write
|
||||||
|
contents: read
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BASE_DIR: iac-template/terraform-hcl-standard/aws-cloud/component/
|
BASE_DIR: iac-template/terraform-hcl-standard/aws-cloud/component/
|
||||||
DEPLOY_ACTION: ${{ github.event.inputs.deploy_action || 'plan' }}
|
DEPLOY_ACTION: ${{ github.event.inputs.deploy_action || 'plan' }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user