Skip to content

Commit

Permalink
disable supabase for now (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBigBoss authored Jun 28, 2024
1 parent 8b71517 commit 98fe25b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/actions/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ runs:
yarn-install: false
env:
YARN_ENABLE_HARDENED_MODE: "0"
- name: Supabase Deploy
id: deploy
uses: ./.github/actions/supabase-deploy
with:
supabase-project-id: ${{ inputs.supabase-project-id }}
supabase-access-token: ${{ inputs.supabase-access-token }}
supabase-db-password: ${{ inputs.supabase-db-password }}
# - name: Supabase Deploy
# id: deploy
# uses: ./.github/actions/supabase-deploy
# with:
# supabase-project-id: ${{ inputs.supabase-project-id }}
# supabase-access-token: ${{ inputs.supabase-access-token }}
# supabase-db-password: ${{ inputs.supabase-db-password }}
- name: Extract Branch
id: extract-branch
uses: ./.github/actions/extract-branch
Expand Down

0 comments on commit 98fe25b

Please sign in to comment.