Skip to content

Commit

Permalink
Updates github action secrets.
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyleelarson committed Aug 18, 2023
1 parent 9a5ff78 commit acb3beb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ on:
repository_dispatch:
types: [contentful.deploy]
env:
PUBLIC_CONTENTFUL_ACCESS_TOKEN: ${{ secrets.PUBLIC_CONTENTFUL_ACCESS_TOKEN }}
PUBLIC_CONTENTFUL_PREVIEW_ACCESS_TOKEN: ${{ secrets.PUBLIC_CONTENTFUL_PREVIEW_ACCESS_TOKEN }}
PUBLIC_CONTENTFUL_SPACE: ${{ secrets.PUBLIC_CONTENTFUL_SPACE }}
NEXT_PUBLIC_CONTENTFUL_ACCESS_TOKEN: ${{ secrets.NEXT_PUBLIC_CONTENTFUL_ACCESS_TOKEN }}
NEXT_PUBLIC_CONTENTFUL_PREVIEW_ACCESS_TOKEN: ${{ secrets.NEXT_PUBLIC_CONTENTFUL_PREVIEW_ACCESS_TOKEN }}
NEXT_PUBLIC_CONTENTFUL_SPACE: ${{ secrets.NEXT_PUBLIC_CONTENTFUL_SPACE }}

jobs:
build_and_deploy_job:
Expand Down

0 comments on commit acb3beb

Please sign in to comment.