Skip to content

Commit

Permalink
correct name of secret (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtenenba authored and tpaschalis committed Jan 24, 2020
1 parent ddfb562 commit 19f2770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
AWS_REGION: 'eu-central-1'
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY_SECRET }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
```


Expand Down

0 comments on commit 19f2770

Please sign in to comment.