Skip to content

Commit 960876d

Browse files
authored
Update deploy.yml
1 parent 574be5d commit 960876d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
# Trigger the workflow every time you push to the `main` branch
55
# Using a different branch name? Replace `main` with your branch’s name
66
push:
7-
branches: [ main ]
7+
branches: [ main, ewangler-fix-fix-cd ]
88
# Allows you to run this workflow manually from the Actions tab on GitHub.
99
workflow_dispatch:
1010

@@ -27,6 +27,10 @@ jobs:
2727
cache: 'npm'
2828
- name: Install and build astro
2929
shell: 'bash'
30+
env:
31+
NEXT_PUBLIC_TINA_CLIENT_ID: ${{ secrets.TINA_PUBLIC_CLIENT_ID }}
32+
TINA_TOKEN: ${{ secrets.TINA_TOKEN }}
33+
NEXT_PUBLIC_TINA_BRANCH: main
3034
run: |
3135
npm install
3236
npm run build

0 commit comments

Comments
 (0)