Skip to content

Commit

Permalink
Quote the password
Browse files Browse the repository at this point in the history
  • Loading branch information
jerbear2008 committed Sep 28, 2023
1 parent 9f8fe23 commit a88d98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
sudo apt install ffmpeg
python3 -m pip install -U pip tubeup
ia configure --username=jerbear4328 --password=${{ secrets.IA_PASSWORD }}
ia configure --username=jerbear4328 --password='${{ secrets.IA_PASSWORD }}'
- name: Run script
run: deno run -A update.ts
Expand Down

0 comments on commit a88d98f

Please sign in to comment.