Skip to content

Commit

Permalink
Update call-provision-btp-cluster.yaml
Browse files Browse the repository at this point in the history
Update call-provision-btp-cluster.yaml
  • Loading branch information
barchw committed Feb 7, 2025
1 parent d4a9768 commit 62e9b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/call-provision-btp-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +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_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 62e9b1c

Please sign in to comment.