Skip to content

Commit

Permalink
Add quotes around pw
Browse files Browse the repository at this point in the history
  • Loading branch information
msj committed Dec 1, 2023
1 parent ef85268 commit 4bd2607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Decrypt database
run: |
unzip -P ${{ secrets.CASE_DB_PW }} cases.db.zip
unzip -P "${{ secrets.CASE_DB_PW }}" cases.db.zip
- name: Deploy Datasette instance to Heroku
run: |
Expand Down

0 comments on commit 4bd2607

Please sign in to comment.