Skip to content

Commit

Permalink
chore: uncomment db type creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Sep 29, 2024
1 parent 971c080 commit f5ce4b0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
- name: Install dependencies
run: yarn install

# - name: Generate Supabase Types
# run: |
# yarn install
# yarn run "supabase:generate:remote"
# env:
# SUPABASE_PROJECT_ID: ${{ secrets.SUPABASE_PROJECT_ID }}
# SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }}
- name: Generate Supabase Types
run: |
yarn install
yarn run "supabase:generate:remote"
env:
SUPABASE_PROJECT_ID: ${{ secrets.SUPABASE_PROJECT_ID }}
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }}

- name: Calling action
uses: ./
Expand Down

0 comments on commit f5ce4b0

Please sign in to comment.