We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45778db commit afab2b9Copy full SHA for afab2b9
.github/workflows/pr-preview.yml
@@ -20,13 +20,7 @@ jobs:
20
- name: Install dependencies
21
run: npm ci
22
23
- - name: Check Token Presence
24
- env:
25
- TRIGGER_ACCESS_TOKEN: ${{ secrets.TRIGGER_ACCESS_TOKEN }}
26
- run: |
27
- echo $TRIGGER_ACCESS_TOKEN
28
-
29
- name: Deploy to Preview Environment
30
- run: npx [email protected] deploy --env preview
+ run: npx [email protected] deploy --env preview -a https://matt-webapp.trigger.dev
31
env:
32
TRIGGER_ACCESS_TOKEN: ${{ secrets.TRIGGER_ACCESS_TOKEN }}
0 commit comments