Skip to content

Commit

Permalink
Add ENV variable to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ipc103 authored Nov 7, 2023
1 parent c37f629 commit 1609b0d
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 @@ -18,6 +18,9 @@ permissions:
pages: write
id-token: write

env:
GRAPHQL_TOKEN: ${{ secrets.GRAPHQL_TOKEN }}

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
Expand Down

0 comments on commit 1609b0d

Please sign in to comment.