Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
描述
在设置frp内网穿透后,可以直接通过ssh连接进Github Action的Runner,仅在*-debugger分支生效,需要配置frp相关信息
Description
After setting up FRP intranet penetration configuration, you can directly connect to the GitHub Action Runner through SSH, which only takes effect on the *-debugger branch. You need to configure the following FRP-related information:
secrets.FPR_SERVER_ADDR: FRPC server address in the format ip:port
secrets.FPR_TOKEN: Connection token for the FRPC server
secrets.FPR_SSH_REMOTE_PORT: Port on the FRP server used for forwarding SSH services
secrets.RSA_PUB: SSH public key
Example