Skip to content

Commit

Permalink
Attempting build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanTom committed Sep 9, 2023
1 parent 3a8bdc0 commit b74bb4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Inject secret into TypeScript file
working-directory: ./frontend
run: |
echo $NEXT_PUBLIC_SERVICE_ACCOUNT
sed -i "s/{{process.env.NEXT_PUBLIC_SERVICE_ACCOUNT!}}/$NEXT_PUBLIC_SERVICE_ACCOUNT/g" ./firebase/firebase.tsx
- name: Build Next.js site
Expand Down

0 comments on commit b74bb4a

Please sign in to comment.