From f70cdc9984cc8439f744c8774ac1fa9cb62197a3 Mon Sep 17 00:00:00 2001 From: aboyko Date: Tue, 7 Nov 2023 18:47:21 -0500 Subject: [PATCH] GHA: correct test upload to akamai --- .github/workflows/akamai-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/akamai-test.yml b/.github/workflows/akamai-test.yml index 582e5ec02..5fb010ff4 100644 --- a/.github/workflows/akamai-test.yml +++ b/.github/workflows/akamai-test.yml @@ -8,6 +8,8 @@ jobs: name: Upload to Akamai runs-on: ubuntu-latest steps: + name: Gene file and upload + id: gen-upload env: AWS_ACCESS_KEY_ID: ${{ secrets.TOOLS_S3_ACCESS_KEY }} AWS_SECRET_ACCESS_KEY: ${{ secrets.TOOLS_S3_SECRET_KEY }}