Skip to content

Commit cfad107

Browse files
authored
Set CROWDSOURCE_API_KEY in Next.js workflow
Add environment variable for Crowdsourcing API key
1 parent b797943 commit cfad107

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/nextjs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
#
55
name: Deploy Next.js site to Pages
66

7+
env:
8+
CROWDSOURCE_API_KEY: ${{ secrets.CROWDSOURCE_API_KEYCROWDSOURCE_API_KEY` with the required value.
9+
10+
711
on:
812
# Runs on pushes targeting the default branch
913
push:
@@ -101,4 +105,4 @@ jobs:
101105
steps:
102106
- name: Deploy to GitHub Pages
103107
id: deployment
104-
uses: actions/deploy-pages@v4
108+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)