Skip to content

Commit

Permalink
Add firebase creds to build
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzomafizzo committed Jan 2, 2025
1 parent 70ca007 commit f427e6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f427e6d

Please sign in to comment.