Skip to content

Commit cb37515

Browse files
committed
Add calendar env secret
1 parent 51d0dbc commit cb37515

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
with:
3434
node-version: 22
3535
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."
3640

3741
- name: Install dependencies
3842
run: npm install

0 commit comments

Comments
 (0)