Skip to content

Commit

Permalink
Add env variables to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MinSeungHyun committed Dec 19, 2023
1 parent 1aff016 commit 339015d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
echo SENDTIME_USER_ID=${{ secrets.SENDTIME_USER_ID }} >> .env
echo SENDTIME_USER_PW=${{ secrets.SENDTIME_USER_PW }} >> .env
echo REDIS_URL=${{ secrets.REDIS_URL }} >> .env
echo GOOGLE_SERVICE_ACCOUNT_EMAIL=${{ secrets.GOOGLE_SERVICE_ACCOUNT_EMAIL }} >> .env
echo GOOGLE_SERVICE_ACCOUNT_KEY=${{ secrets.GOOGLE_SERVICE_ACCOUNT_KEY }} >> .env
- name: Install packages
run: yarn install --frozen-lockfile
- name: Build
Expand Down

0 comments on commit 339015d

Please sign in to comment.