Skip to content

Commit ec1a016

Browse files
やっぱり要るかも
1 parent 31f72df commit ec1a016

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy_lambda.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ defaults:
1818
env:
1919
PYTHON_VERSION: 3.13
2020
function-name: external_library_lambda
21+
lambda-role-arn: ${{ secrets.LAMBDA_ROLE_ARN }} # 変更箇所
2122
jobs:
2223
main:
2324
runs-on: ubuntu-latest
@@ -45,6 +46,7 @@ jobs:
4546
code-artifacts-dir: ./external_library_lambda
4647
handler: app.lambda_handler
4748
runtime: python${{ env.PYTHON_VERSION }}
49+
role: ${{ env.lambda-role-arn }}
4850
timeout: 30
4951
environment: |
5052
{

0 commit comments

Comments
 (0)