From 824b3f4125bb9ee2c1677bbd62b496e7966751dd Mon Sep 17 00:00:00 2001 From: shoji Date: Sat, 20 Apr 2024 23:46:45 +0000 Subject: [PATCH] =?UTF-8?q?=E7=92=B0=E5=A2=83=E5=A4=89=E6=95=B0=E3=81=A8?= =?UTF-8?q?=E3=82=B7=E3=83=BC=E3=82=AF=E3=83=AC=E3=83=83=E3=83=88=E3=82=92?= =?UTF-8?q?=E3=83=AF=E3=83=BC=E3=82=AF=E3=83=95=E3=83=AD=E3=83=BC=E7=A2=BA?= =?UTF-8?q?=E8=AA=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 6d3ce9fa..2311dd23 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -51,6 +51,13 @@ jobs: run: npm run build working-directory: src/backend + - name: display secrets + run: | + echo env: ${{ needs.set-environment.outputs.environment }} + echo aws region: ${{ secrets.AWS_REGION }} + echo aws account: ${{ secrets.AWS_ACCOUNT }} + echo actions role: ${{ secrets.ACTIONS_ROLE}} + - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v1 with: