We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b797943 commit cfad107Copy full SHA for cfad107
1 file changed
.github/workflows/nextjs.yml
@@ -4,6 +4,10 @@
4
#
5
name: Deploy Next.js site to Pages
6
7
+env:
8
+ CROWDSOURCE_API_KEY: ${{ secrets.CROWDSOURCE_API_KEYCROWDSOURCE_API_KEY` with the required value.
9
+
10
11
on:
12
# Runs on pushes targeting the default branch
13
push:
@@ -101,4 +105,4 @@ jobs:
101
105
steps:
102
106
- name: Deploy to GitHub Pages
103
107
id: deployment
104
- uses: actions/deploy-pages@v4
108
+ uses: actions/deploy-pages@v4
0 commit comments