From 4572b5bc0329ae8f635201cccae7fa769790febf Mon Sep 17 00:00:00 2001 From: Dan Grebb Date: Mon, 18 Sep 2023 23:40:06 -0400 Subject: [PATCH] chore(github): passes through to backstop --- .github/workflows/bdt-fe.yml | 1 + .github/workflows/test-backstop.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/workflows/bdt-fe.yml b/.github/workflows/bdt-fe.yml index e1d2c4201..be505400f 100644 --- a/.github/workflows/bdt-fe.yml +++ b/.github/workflows/bdt-fe.yml @@ -53,6 +53,7 @@ jobs: needs: build_deploy uses: ./.github/workflows/test-backstop.yml secrets: + GH_WORKFLOW_TOKEN: ${{ secrets.GH_WORKFLOW_TOKEN }} AWS_S3_BUCKET_REPORTS: ${{ secrets.AWS_S3_BUCKET_REPORTS }} AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/test-backstop.yml b/.github/workflows/test-backstop.yml index ac7f8287e..dc63627df 100644 --- a/.github/workflows/test-backstop.yml +++ b/.github/workflows/test-backstop.yml @@ -4,6 +4,8 @@ run-name: "${{ github.ref_name == 'main' && 'PRD' || 'STG' }} - Running Backstop on: workflow_call: secrets: + GH_WORKFLOW_TOKEN: + required: true AWS_S3_BUCKET_REPORTS: required: true AWS_ACCESS_KEY_ID: