Skip to content

Commit

Permalink
feat: log env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
thraizz committed Dec 14, 2023
1 parent 45b5923 commit 700e8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
VITE_APP_ID: "${{ vars.VITE_APP_ID }}"
- run: echo "${{ vars.VITE_AUTH_DOMAIN }}"
- run: bun install --frozen-lockfile
- run: bun run build
- run: bun run env && bun run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 700e8c4

Please sign in to comment.