Skip to content

Commit

Permalink
update: changed env command in workflow.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
p1utoze committed Apr 1, 2024
1 parent 4906a37 commit 16da6a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ploomber-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
SECRET_URL: ${{ secrets.SUPABASE_URL }}
SECRET_KEY: ${{ secrets.SUPABASE_KEY }}
run: |
pwd
printf "SUPABASE_URL=$SECRET_URL\nSUPABASE_KEY=$SECRET_KEY" > app/.env
echo $SECRET_URL
printf "SUPABASE_URL=\"$SECRET_URL\"\nSUPABASE_KEY=\"$SECRET_KEY\"" > app/.env
- name: Deploy
env:
Expand Down

0 comments on commit 16da6a9

Please sign in to comment.