Skip to content

Commit

Permalink
workaround "detected dubious ownership"
Browse files Browse the repository at this point in the history
  • Loading branch information
sejjiin committed Feb 4, 2023
1 parent 366c3c8 commit c935a53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ jobs:

steps:
- uses: actions/checkout@master
with:
set-safe-directory: '*'
- name: Deploy code to Lambda
uses: denzalman/lambda-python-action@v1.1.0
with:
lambda_function_name: 'game-stats'
set-safe-directory: '*'
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit c935a53

Please sign in to comment.