Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
fix: env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyxes5 committed May 22, 2022
1 parent fa51e10 commit ce2ce3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ env:
OSOC_DB_USERNAME: ${{ secrets.OSOC_DB_USERNAME }}
OSOC_DB_PASSWORD: ${{ secrets.OSOC_DB_PASSWORD }}
OSOC_DB_URL: ${{ secrets.OSOC_DB_URL }}
OSOC_SCHEME: ${{ secrets.OSOC_SCHEME }}
OSOC_FRONTEND_URL: ${{ secrets.OSOC_FRONTEND_URL }}
OSOC_GMAIL_ADDRESS: ${{ secrets.OSOC_GMAIL_ADDRESS }}
OSOC_GMAIL_APP_PASSWORD: ${{ secrets.OSOC_GMAIL_APP_PASSWORD }}

jobs:
build:
Expand Down

0 comments on commit ce2ce3b

Please sign in to comment.