Skip to content

Commit

Permalink
Update workflow file with env variables for Contentful
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjarling committed May 24, 2024
1 parent 6933f45 commit 0b430cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
# Build job
build:
runs-on: ubuntu-latest

env:
NEXT_PUBLIC_CONTENTFUL_SPACE_ID: ${{ secrets.NEXT_PUBLIC_CONTENTFUL_SPACE_ID }}
NEXT_PUBLIC_CONTENTFUL_ACCESS_TOKEN: ${{ secrets.NEXT_PUBLIC_CONTENTFUL_ACCESS_TOKEN }}

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 0b430cb

Please sign in to comment.