Skip to content

Commit

Permalink
Fix env yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskeast committed Jan 11, 2025
1 parent a52ded2 commit 9e8e0a1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:
MONGO_INITDB_ROOT_PASSWORD: example
ports:
- 27017:27017
env:
MONGO_INITDB_ROOT_USERNAME: ${{ secrets.MONGODB_USERNAME }}
MONGO_INITDB_ROOT_PASSWORD: ${{ secrets.MONGODB_PASSWORD }}
MONGO_INITDB_DATABASE: ${{ env.MONGODB_DB_NAME }}
steps:
- name: Get Code
uses: actions/checkout@v3
Expand Down

0 comments on commit 9e8e0a1

Please sign in to comment.