Skip to content

Commit

Permalink
supplied aws secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
hhassan01 committed Aug 31, 2024
1 parent 932557b commit eccb3cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
- name: Deploy
run: serverless deploy
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
MONGODB_URI: ${{ secrets.MONGODB_URI_DEV }}
EVENT_BUS_NAME: ${{ secrets.EVENT_BUS_NAME_DEV }}
EVENT_SOURCE: ${{ secrets.EVENT_SOURCE }}
Expand Down

0 comments on commit eccb3cf

Please sign in to comment.