Skip to content

Commit 3f8db28

Browse files
authored
chore: add missing env vars to workflow (supabase#37779)
1 parent 5c28d11 commit 3f8db28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/docs/content/guides/deployment/branching/working-with-branches.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
- wait
4949
if: ${{ needs.wait.outputs.status == 'success' }}
5050
runs-on: ubuntu-latest
51+
env:
52+
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }}
53+
SUPABASE_PROJECT_ID: ${{ secrets.SUPABASE_PROJECT_ID }}
5154
steps:
5255
- uses: supabase/setup-cli@v1
5356
with:

0 commit comments

Comments
 (0)