Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-Website-2 into UI-fix
  • Loading branch information
SakinduRansindu committed Nov 14, 2024
2 parents c8ebd0c + a4908d2 commit 55523fa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@ jobs:
NEXT_PUBLIC_STORAGE_BUCKET: ${{ secrets.NEXT_PUBLIC_STORAGE_BUCKET }}
NEXT_PUBLIC_MESSAGING_SENDER_ID: ${{ secrets.NEXT_PUBLIC_MESSAGING_SENDER_ID }}
NEXT_PUBLIC_APP_ID: ${{ secrets.NEXT_PUBLIC_APP_ID }}
NEXT_PUBLIC_STATUS: $${{ secrets.NEXT_PUBLIC_STATUS }}

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Verify environment variables
run: echo "NEXT_PUBLIC_API_KEY is set to: $(echo "${NEXT_PUBLIC_API_KEY}" | cut -c1-4)****"
- name: Verify NEXT_PUBLIC_STATUS
run: echo "NEXT_PUBLIC_STATUS is set to: $NEXT_PUBLIC_STATUS"
env:
NEXT_PUBLIC_STATUS: ${{ secrets.NEXT_PUBLIC_STATUS }}

- name: Install dependencies and build
run: npm ci && npm run build
Expand Down

0 comments on commit 55523fa

Please sign in to comment.