Skip to content

Commit

Permalink
ci: fix zenith workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jan 28, 2024
1 parent 5c0812c commit 53343df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zenith.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }}
- name: Run Dagger Pipelines
run: dagger call deploy --src . --token SUPABASE_ACCESS_TOKEN
run: dagger call deploy --src . --token SUPABASE_ACCESS_TOKEN --project-id xovhyzmcpinxtqirtjdp
working-directory: example
env:
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }}

0 comments on commit 53343df

Please sign in to comment.