Skip to content

Commit a3c5b63

Browse files
authored
Merge pull request #3 from Yulikepython/feature/init-プロジェクトの立ち上げ
init]Serverless access keyの追加
2 parents 324ce53 + 5f16381 commit a3c5b63

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/backend.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
# (6) デプロイ (develop→dev, main→prod)
5757
- name: Deploy
5858
if: ${{ github.event_name == 'push' }}
59+
env:
60+
SERVERLESS_ACCESS_KEY: ${{ secrets.SERVERLESS_ACCESS_KEY }}
5961
run: |
6062
cd backend
6163
# Secrets から必要な変数を export

0 commit comments

Comments
 (0)