Skip to content

Commit afab2b9

Browse files
committed
Set the api url…
1 parent 45778db commit afab2b9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: npm ci
2222

23-
- name: Check Token Presence
24-
env:
25-
TRIGGER_ACCESS_TOKEN: ${{ secrets.TRIGGER_ACCESS_TOKEN }}
26-
run: |
27-
echo $TRIGGER_ACCESS_TOKEN
28-
2923
- name: Deploy to Preview Environment
30-
run: npx [email protected] deploy --env preview
24+
run: npx [email protected] deploy --env preview -a https://matt-webapp.trigger.dev
3125
env:
3226
TRIGGER_ACCESS_TOKEN: ${{ secrets.TRIGGER_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)