Skip to content

Commit

Permalink
fix subaccount name (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiatekus authored Dec 3, 2024
1 parent c637e37 commit 09fdecc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/push-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches: ["main", "release-*"]

jobs:
scan:
gh-actions-integration-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -13,7 +13,7 @@ jobs:
- uses: ./.github/actions/create-sap-btp-kyma
id: create-btp-resources
with:
btp_subaccount_name: terraform-module-actions-tst-${{ github.sha }}-${{ github.run_attempt }}
btp_subaccount_name: tf-actions-${{ github.sha }}-${{ github.run_attempt }}
btp_backend_url: '${{ secrets.btp_api_url }}'
btp_user: '${{ secrets.username }}'
btp_password: '${{ secrets.password }}'
Expand All @@ -24,7 +24,7 @@ jobs:
btp_kyma_plan: '${{ secrets.kyma_plan }}'
btp_kyma_modules: "[]"
btp_kyma_autoscaler_min: 3
- name: run tests
- name: kyma environment sanity check
run: |
kubectl get nodes
- uses: ./.github/actions/force-delete-sap-btp-subaccount
Expand All @@ -36,4 +36,3 @@ jobs:
btp_password: ${{ secrets.password}}
btp_global_account: ${{ secrets.global_account }}
btp_idp_tenant: ${{ secrets.ias_tenant }}

0 comments on commit 09fdecc

Please sign in to comment.