Skip to content

Commit

Permalink
Js- with curl
Browse files Browse the repository at this point in the history
  • Loading branch information
bbadajos committed Oct 31, 2023
1 parent 6edc394 commit 33d6e62
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/createtabletest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
env:
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }}
SUPABASE_DB_PASSWORD: ${{ secrets.SUPABASE_DB_PASSWORD }}
PROJECT_ID: oecrkeanazdxowjcpjqr
SUPABASE_API_URL: https://$PROJECT_ID.supabase.co/rest/v1
PROJECT_ID: "oecrkeanazdxowjcpjqr"
SUPABASE_API_URL: "https://$PROJECT_ID.supabase.co/rest/v1"

steps:
- name: Checkout code
Expand All @@ -34,6 +34,8 @@ jobs:

- name: Create Supabase Table
run: |
TABLE_DEFINITION='[
{
"name": "reform_map_data",
Expand Down

0 comments on commit 33d6e62

Please sign in to comment.