mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Nighly Builds ignoring Github Actions Secrets. Using self hosted server no longer works. #3926
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#3926
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BCHTester on GitHub (Jan 16, 2026).
Bug Description
It looks like Flutter Nightly Builds are ignoring the Github Actions Secrets when building my own RustDesk executable.
Why?
How to Reproduce
Go to https://github.com/rustdesk/rustdesk/fork and click “Create fork”.
On the fork you just created go to “Settings -> Secrets and variables -> Actions”.
Click “New repository secret”, for the name put RENDEZVOUS_SERVER, for the secret put your servers name/ip address.
Click “Add secret”.
Click “New repository secret” again, for the name put RS_PUB_KEY, for the secret put your servers public key.
Click “Add secret”.
On the fork you just created go to “Settings -> Actions -> General”.
On the right, select “Allow all actions and reusable workflows”.
On your fork you just created go to “Settings -> Actions -> General”.
Scroll down and under Workflow permissions enable “Read and write permissions”.
Then go to your fork and click Actions, and on the left, select “Flutter Nightly Build”. Then on the right, click “Enable workflow”.
Finally you can click “Run workflow” to build the RustDesk clients for all of the supported platforms.
After the workflow is done running you can download the packages it built.
Go to the main page of your fork, on the right click “Releases”. The packages you just built will show up under “Nightly”.
Expected Behavior
RustDesk files should use the Server and Public Key you entered on your Secrets but it still uses the default server
Operating system(s) on local (controlling) side and remote (controlled) side
Windows 11 > Windows 11
RustDesk Version(s) on local (controlling) side and remote (controlled) side
1.4.5
Screenshots
Additional Context
No response
@rustdesk commented on GitHub (Jan 17, 2026):
#763