Skip to content

Commit

Permalink
Set correct permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoVictor committed Jun 9, 2024
1 parent 82f61f8 commit a6738e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
-w /var/task \
--entrypoint /bin/bash \
amazon/aws-lambda-nodejs:20 \
-c "npm i --production && chmod -R a+x node_modules"
-c "npm i --production && chown -R 993:990 node_modules"
- name: Build Package
run: sam build
Expand Down

0 comments on commit a6738e7

Please sign in to comment.