We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d0dbc commit cb37515Copy full SHA for cb37515
1 file changed
.github/workflows/deploy.yml
@@ -33,6 +33,10 @@ jobs:
33
with:
34
node-version: 22
35
cache: "npm"
36
+ - name: Add Environment Variables
37
+ env:
38
+ NEXT_PUBLIC_CALENDAR_KEY: ${{ secrets.NEXT_PUBLIC_CALENDAR_KEY }}
39
+ run: echo "Environment variable configured."
40
41
- name: Install dependencies
42
run: npm install
0 commit comments