Skip to content

Commit

Permalink
Removed the Supabase Anonymous Key as it was never actually used in `…
Browse files Browse the repository at this point in the history
…ops`
  • Loading branch information
jplodge-pro committed Jun 19, 2024
1 parent e40a00d commit d66bc50
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-dev-ops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,10 @@ jobs:
ALICE_PRIVATE_KEY: ${{ secrets.DEVOPS_SEPOLIA_ALICE_PRIVATE_KEY }}
BOB_PRIVATE_KEY: ${{ secrets.DEVOPS_SEPOLIA_BOB_PRIVATE_KEY }}
SUPABASE_SERVICE_ROLE_KEY: ${{ secrets.SUPABASE_SERVICE_ROLE_KEY }}
SUPABASE_ANONYMOUS_KEY: ${{ vars.SUPABASE_ANONYMOUS_KEY }}
ADMIN_PASSWORD: NeverGuessThis
ALICE_PASSWORD: alice-1234
BOB_PASSWORD: bobword


- name: Cleanup Yarn Cache
if: always()
run: yarn cache clean
run: yarn cache clean

0 comments on commit d66bc50

Please sign in to comment.