Skip to content

Commit

Permalink
update env vars in yml workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
CassandraGoose committed May 8, 2024
1 parent db379a9 commit 57861b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
DATABASE_URL: ${{ secrets.DATABASE_URL}}
TEST_USER_EMAIL: ${{ secrets.TEST_USER_EMAIL }}
TEST_USER_ID: ${{ secrets.TEST_USER_ID }}
TEST_USER_PW: ${{ secrets.TEST_USER_PW }}
runs-on: ubuntu-latest
environment: test
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
DATABASE_URL: ${{ secrets.DATABASE_URL}}
TEST_USER_EMAIL: ${{ secrets.TEST_USER_EMAIL }}
TEST_USER_ID: ${{ secrets.TEST_USER_ID }}
TEST_USER_PW: ${{ secrets.TEST_USER_PW }}
runs-on: ubuntu-latest
environment: test
steps:
Expand Down

0 comments on commit 57861b9

Please sign in to comment.