Skip to content

Commit 5e2c883

Browse files
環境変数を試す
1 parent 35c88a5 commit 5e2c883

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/deploy_lambda.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,10 @@ jobs:
4848
runtime: python${{ env.PYTHON_VERSION }}
4949
role: ${{ env.lambda-role-arn }}
5050
timeout: 30
51+
environment: |
52+
{
53+
"Variables": {
54+
"YOUR_ENV_VAR_1": "<environment-val1>",
55+
"YOUR_ENV_VAR_2": "<environment-val2>"
56+
}
57+
}

0 commit comments

Comments
 (0)