Skip to content

Commit

Permalink
Merge pull request #63 from oxen-io/foundation_build_gh_action
Browse files Browse the repository at this point in the history
Build GitHub Action
  • Loading branch information
Aerilym authored Oct 14, 2024
2 parents a630f4c + 150e19c commit f30efcf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,9 @@ jobs:
- name: Run builds
run: pnpm build
env:
NEXT_PUBLIC_SANITY_API_VERSION: ${{ secrets.NEXT_PUBLIC_SANITY_API_VERSION }}
NEXT_PUBLIC_SANITY_DATASET: ${{ secrets.NEXT_PUBLIC_SANITY_DATASET }}
NEXT_PUBLIC_SANITY_PROJECT_ID: ${{ secrets.NEXT_PUBLIC_SANITY_PROJECT_ID }}
SANITY_API_READ_TOKEN: ${{ secrets.SANITY_API_READ_TOKEN }}
SANITY_REVALIDATE_SECRET: ${{ secrets.SANITY_REVALIDATE_SECRET }}

0 comments on commit f30efcf

Please sign in to comment.