Skip to content

Commit

Permalink
Github action, add Supabase service role key
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasia committed Jun 10, 2024
1 parent e09488d commit 1abec82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-dev-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,14 @@ jobs:

- name: Deploy contracts
run: cp .env.sample .env && yarn deploy
env:
SUPABASE_SERVICE_ROLE_KEY: ${{ secrets.TEST_SUPABASE_SERVICE_ROLE_KEY }}
working-directory: packages/contracts

- name: Make Admin
run: cp .env.sample .env && yarn op --make-admin null email:[email protected]
env:
SUPABASE_SERVICE_ROLE_KEY: ${{ secrets.TEST_SUPABASE_SERVICE_ROLE_KEY }}
working-directory: scripts/operation/

- name: Logs
Expand Down

0 comments on commit 1abec82

Please sign in to comment.