From 5f163815c608b3b831016d7bd23f6d13430a7b78 Mon Sep 17 00:00:00 2001 From: Hiroshi Nishito Date: Mon, 20 Jan 2025 20:10:40 +0900 Subject: [PATCH] =?UTF-8?q?init]Serverless=20access=20key=E3=81=AE?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 9011b37..6be5256 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -56,6 +56,8 @@ jobs: # (6) デプロイ (develop→dev, main→prod) - name: Deploy if: ${{ github.event_name == 'push' }} + env: + SERVERLESS_ACCESS_KEY: ${{ secrets.SERVERLESS_ACCESS_KEY }} run: | cd backend # Secrets から必要な変数を export