Skip to content

Commit

Permalink
generating .env in actions added
Browse files Browse the repository at this point in the history
  • Loading branch information
budescode committed Feb 5, 2024
1 parent 8f39612 commit cde4070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Generate .env file
uses: SpicyPizza/[email protected]
with:
# 3rd party variables
# 3rd party variables.
envkey_POSTGRES_DB: ${{ secrets.POSTGRES_DB }}
envkey_POSTGRES_USER: ${{ secrets.POSTGRES_USER }}
envkey_POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
Expand Down

0 comments on commit cde4070

Please sign in to comment.