Skip to content

Commit 1d201fe

Browse files
やっぱりARN必要や.新しい関数をデプロイする時は
1 parent 7bd9672 commit 1d201fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy_lambda.yml

Lines changed: 1 addition & 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

0 commit comments

Comments
 (0)