Skip to content

Commit

Permalink
Update automatedTesting.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgarritano authored Feb 14, 2024
1 parent e131a2e commit fa88145
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/automatedTesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
matrix:
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

env:
MONGODB: ${{ secrets.MONGODB }}
FIREBASE_SERVICE_ACCOUNT_KEY: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_KEY }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit fa88145

Please sign in to comment.