From 13ba82b10d9ef508a15ebe5b26cb7e6ec2c1f39b Mon Sep 17 00:00:00 2001 From: botanicvelious Date: Thu, 19 Jan 2023 20:50:32 -0700 Subject: [PATCH 1/4] clarify how to enable workflows --- content/dev/build/all/_index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/dev/build/all/_index.en.md b/content/dev/build/all/_index.en.md index 080b696..fcae8ca 100644 --- a/content/dev/build/all/_index.en.md +++ b/content/dev/build/all/_index.en.md @@ -29,7 +29,7 @@ Click Add Secret ## Enable workflows -On your fork you just created goto actions and enable workflows. +On your fork you just created goto the mainpage and click actions then enable workflows. Once workflows are enabled you can click "Flutter Nightly Build" on the left then click "Run workflow" on the right to build the rustdesk clients for all of the supported platforms. From 72aa5241abfb80ce62d198ef4df20b584d333392 Mon Sep 17 00:00:00 2001 From: botanicvelious Date: Thu, 19 Jan 2023 20:58:08 -0700 Subject: [PATCH 2/4] update that secrets are hidden --- content/dev/build/all/_index.en.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/dev/build/all/_index.en.md b/content/dev/build/all/_index.en.md index fcae8ca..80a8b0d 100644 --- a/content/dev/build/all/_index.en.md +++ b/content/dev/build/all/_index.en.md @@ -15,6 +15,8 @@ Goto https://github.com/rustdesk/rustdesk/fork and click "create fork" {{% notice note %}} You only need to do this if you want to change the default server and public key. + +The server url and key you are using is hidden from other users on Github. {{% /notice %}} On your fork you just created goto settings -> Secrets and Variables -> Actions From f75430af25ff4386452f71b7f103ce20e0a57dbf Mon Sep 17 00:00:00 2001 From: botanicvelious Date: Thu, 19 Jan 2023 21:14:52 -0700 Subject: [PATCH 3/4] add message about private repo --- content/dev/build/all/_index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/dev/build/all/_index.en.md b/content/dev/build/all/_index.en.md index 80a8b0d..15f5135 100644 --- a/content/dev/build/all/_index.en.md +++ b/content/dev/build/all/_index.en.md @@ -16,7 +16,7 @@ Goto https://github.com/rustdesk/rustdesk/fork and click "create fork" {{% notice note %}} You only need to do this if you want to change the default server and public key. -The server url and key you are using is hidden from other users on Github. +The server url and key you are using is hidden from other users on Github however they can download your client and connect to your server. If you require a fully private repo you can import the rustdesk client repo using https://github.com/new/import. {{% /notice %}} On your fork you just created goto settings -> Secrets and Variables -> Actions From 8dec33af25d27f52655451a0e6bd77f9e3975fdd Mon Sep 17 00:00:00 2001 From: botanicvelious Date: Thu, 19 Jan 2023 21:45:34 -0700 Subject: [PATCH 4/4] note about private repo limits --- content/dev/build/all/_index.en.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/dev/build/all/_index.en.md b/content/dev/build/all/_index.en.md index 15f5135..59b0e74 100644 --- a/content/dev/build/all/_index.en.md +++ b/content/dev/build/all/_index.en.md @@ -16,7 +16,7 @@ Goto https://github.com/rustdesk/rustdesk/fork and click "create fork" {{% notice note %}} You only need to do this if you want to change the default server and public key. -The server url and key you are using is hidden from other users on Github however they can download your client and connect to your server. If you require a fully private repo you can import the rustdesk client repo using https://github.com/new/import. +The server url and key you are using is hidden from other users on Github however they can download your client and connect to your server. If you require a fully private repo you can import the rustdesk client repo using https://github.com/new/import. **If you use a private repo you have limited amounts of builds you can create per month, if you need more you will need to have a paid Github account.** {{% /notice %}} On your fork you just created goto settings -> Secrets and Variables -> Actions @@ -31,7 +31,9 @@ Click Add Secret ## Enable workflows -On your fork you just created goto the mainpage and click actions then enable workflows. +On your fork you just created goto settings -> Actions -> General + +On the right select "Allow all actions and reusable workflows" Once workflows are enabled you can click "Flutter Nightly Build" on the left then click "Run workflow" on the right to build the rustdesk clients for all of the supported platforms.