Skip to content

Commit

Permalink
Update call-provision-btp-cluster.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
barchw authored Feb 6, 2025
1 parent 43d3725 commit 4b73c83
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/call-provision-btp-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ on:
- sap-converged-cloud

custom_administrators:
description: 'List of custom administrators.
Provide as a JSON array of strings (e.g. ["[email protected]", "[email protected]"])'
description: "List of custom administrators.
Provide as a JSON array of strings (e.g. ["[email protected]", "[email protected]"])"
required: false
default: "[]"
type: string
Expand Down Expand Up @@ -59,8 +59,7 @@ jobs:

btp_global_account: '${{ secrets.BTP_GLOBAL_ACCOUNT }}'
btp_subaccount_name: gha-${{ github.job }}-${{ github.run_id }}-${{ github.run_attempt }}
btp_subaccount_region: '${{ secrets.BTP_SUBACCOUNT_REGION }}'
btp_cc_subaccount_region: '${{ secrets.BTP_CC_SUBACCOUNT_REGION }}'
btp_subaccount_region: '${{ inputs.btp_kyma_plan=="sap-converged-cloud" && secrets.BTP_CC_SUBACCOUNT_REGION || secrets.BTP_SUBACCOUNT_REGION }}'
btp_backend_url: '${{ secrets.BTP_BACKEND_URL}}'

btp_idp_tenant: '${{ secrets.BTP_CUSTOM_IAS_TENANT }}'
Expand Down

0 comments on commit 4b73c83

Please sign in to comment.