We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 324ce53 + 5f16381 commit a3c5b63Copy full SHA for a3c5b63
1 file changed
.github/workflows/backend.yml
@@ -56,6 +56,8 @@ jobs:
56
# (6) デプロイ (develop→dev, main→prod)
57
- name: Deploy
58
if: ${{ github.event_name == 'push' }}
59
+ env:
60
+ SERVERLESS_ACCESS_KEY: ${{ secrets.SERVERLESS_ACCESS_KEY }}
61
run: |
62
cd backend
63
# Secrets から必要な変数を export
0 commit comments