diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4b16ebd..a4a2d8e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -24,6 +24,8 @@ jobs: cache: 'npm' - name: Authenticate NPM registry run: echo -e "//npm.pkg.github.com/:_authToken=${{ secrets.NPM_TOKEN }}\n@capawesome-team:registry=https://npm.pkg.github.com/" > ~/.npmrc + - name: Add Firebase credentials + run: echo '${{ secrets.FIREBASE_CREDS }}' > ./src/firebase.json - name: Install dependencies run: npm install - name: Production build