From 1e9c388e7e0223f0d2092112738dc3555b3cfd79 Mon Sep 17 00:00:00 2001 From: Damian Ujma Date: Wed, 18 Dec 2024 11:25:11 +0100 Subject: [PATCH] ACS-9079 Get env --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19406f4339..3ca9bfcebe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -193,6 +193,14 @@ jobs: persist-credentials: false - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.1.1 - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.1.1 + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + with: + # provide access to SSH user that triggered the build + limit-access-to-actor: true + env: + AWS_ACCESS_KEY: ${{ secrets.AWS_S3_PIPELINE_AMPS_ACCESS_KEY_ID }} + AWS_SECRET_KEY: ${{ secrets.AWS_S3_PIPELINE_AMPS_SECRET_ACCESS_KEY }} - name: "Build" timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} run: |