Skip to content

Commit

Permalink
Bump tf actions (#1279)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiatekus authored Dec 3, 2024
1 parent 9911dc6 commit dacf31e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/_integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,13 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- uses: ./.github/actions/setup-go
- uses: kyma-project/terraform-module/.github/actions/create-sap-btp-kyma@09fdecc9006cf7efff9e3634bb18b561db84d008
- name: compute github commit sha
id: vars
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- uses: kyma-project/terraform-module/.github/actions/create-sap-btp-kyma@6af78799edd07b5301494de20aaecee28f51af27
id: create-btp-resources
with:
btp_subaccount_name: serverless-test-${{ github.sha }}-${{ github.run_attempt }}
btp_subaccount_name: serverless-test-${{ steps.vars.outputs.sha_short }}-${{ github.run_attempt }}
btp_backend_url: '${{ secrets.BTP_BACKEND_URL}}'
btp_user: '${{ secrets.BTP_BOT_USER}}'
btp_password: '${{ secrets.BTP_BOT_PASSWORD}}'
Expand All @@ -136,7 +139,7 @@ jobs:
APP_TEST_AZURE_BASIC_AUTH_USERNAME: ${{ secrets.GIT_AUTH_TEST_AZURE_USERNAME }}
APP_TEST_AZURE_BASIC_AUTH_PASSWORD: ${{ secrets.GIT_AUTH_TEST_AZURE_PASSWORD }}

- uses: kyma-project/terraform-module/.github/actions/force-delete-sap-btp-subaccount@09fdecc9006cf7efff9e3634bb18b561db84d008
- uses: kyma-project/terraform-module/.github/actions/force-delete-sap-btp-subaccount@6af78799edd07b5301494de20aaecee28f51af27
if: always()
with:
btp_subaccount_id: ${{ steps.create-btp-resources.outputs.subaccount_id }}
Expand Down

0 comments on commit dacf31e

Please sign in to comment.