From 5d84b40f1c38cbeda83d22cbb74db825a3dfd451 Mon Sep 17 00:00:00 2001 From: Tom Kneiphof Date: Thu, 29 Jun 2023 19:54:28 +0200 Subject: [PATCH] Fix user->username in Readme.md examples --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 45a30d9..ff8385f 100644 --- a/Readme.md +++ b/Readme.md @@ -13,7 +13,7 @@ pipeline: settings: file: com.vividboarder.otbeta/build/outputs/apk/com.vividboarder.otbeta-debug.apk destination: https://my.nextcloud.com/remote.php/dav/files/vividboarder/Android/Apks/ - user: myusername + username: myusername password: mypassword ``` @@ -26,7 +26,7 @@ pipeline: settings: file: com.vividboarder.otbeta/build/outputs/apk/com.vividboarder.otbeta-debug.apk destination: https://my.nextcloud.com/remote.php/dav/files/vividboarder/Android/Apks/ - user: + username: from_secret: WEBDAV_USER password: from_secret: WEBDAV_PASSWORD