Collection of practical scripts and use cases for the Runner for GitHub Actions plugin.
The most efficient way to use this plugin is with a Private Repository.
- Create a private GitHub repository (free for individuals).
- Set up the
jetbrains-runner.ymlworkflow there. - Benefit: You can hardcode API keys, Tokens, and Passwords directly in your scripts (Plaintext).
- No need to configure GitHub Secrets.
- No need to worry about leaks (since only you can see the repo).
- Modify and run scripts instantly.
- High-Speed Docker Image Mirroring
Utilize GitHub's 10Gbps+ bandwidth to sync Docker images between registries (e.g., Docker Hub -> Private Registry) in seconds.