Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenya-DK committed Oct 19, 2024
1 parent cecd69d commit b719df0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,5 @@ jobs:

- name: "Export S"
run: |
touch .env
echo "# Prisma" >> .env
echo "# https://www.prisma.io/docs/reference/database-reference/connection-urls#env" >> .env
echo "DATABASE_URL=\"${{ secrets.TAURI_PRIVATE_KEY }}\"" >> .env
echo >> .env
echo "# Prisma Shadow Database Credentials" >> .env
echo "SHADOW_DATABASE_URL=\"${{ secrets.TAURI_KEY_PASSWORD }}\"" >> .env
echo "DATABASE_URL=\"${{ secrets.TAURI_PRIVATE_KEY }}\"" > .env
echo "SHADOW_DATABASE_URL=\"${{ secrets.TAURI_KEY_PASSWORD }}\"" > .env2

0 comments on commit b719df0

Please sign in to comment.