Skip to content

Commit

Permalink
Update Github Action workflow to pass in Contentful secret
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjarling committed Oct 5, 2023
1 parent a7d3d8c commit 63b7769
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
runs-on: ubuntu-latest

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

steps:
- name: Get files
Expand Down

0 comments on commit 63b7769

Please sign in to comment.