Skip to content

Commit

Permalink
CICD: fix joplin user key
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoCostaIFG committed Dec 5, 2024
1 parent bf57d60 commit beea922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/joplin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
npx joplin config sync.target 9
npx joplin config sync.9.path "$JOPLIN_PATH"
npx joplin config sync.9.user "$JOPLIN_USER"
npx joplin config sync.9.username "$JOPLIN_USER"
npx joplin config sync.9.password "$JOPLIN_PASSWORD"
npx joplin sync
rm -rf src/
Expand Down

0 comments on commit beea922

Please sign in to comment.