Skip to content

Commit

Permalink
chore: need smb apikey in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed Jun 13, 2024
1 parent 1cfb980 commit 6c73659
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
image: ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ github.ref_name }}
environment-variables: |
SMB_ADDRESS=${{ secrets.DEV_SMB_ADDRESS }}
SMB_APIKEY=${{ secrets.DEV_SMB_APIKEY }}
MONGODB_CONNECTION_STRING=${{ secrets.DEV_MONGODB_CONNECTION_STRING }}
- name: Deploy Amazon ECS task definition
Expand Down

0 comments on commit 6c73659

Please sign in to comment.