Skip to content

Commit

Permalink
set env for build
Browse files Browse the repository at this point in the history
  • Loading branch information
shalanah committed Mar 22, 2024
1 parent 60b5b27 commit 39d5ade
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
# Build job
build:
runs-on: ubuntu-latest
environment: github-pages
env:
NEXT_PUBLIC_TELEMETRY_DECK_APP_ID: ${{vars.NEXT_PUBLIC_TELEMETRY_DECK_APP_ID}}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 39d5ade

Please sign in to comment.