File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,23 @@ is for filesystem `/dev/sda1`.
6161If the available space is low, that may be due to unncessary GHC versions
6262installed in Stack's ` programs ` directory.
6363
64+ ## Re-configuring a removed ` stack-github-action3 ` runner
65+
66+ A self-hosted runner is automatically removed from GitHub if it has not
67+ connected to GitHub Actions for more than 14 days.
68+
69+ Re-adding a self-hosted runner to GitHub requires it to be configured, and
70+ GitHub will suggest a configuration command like:
71+
72+ ~~~ text
73+ ./config.sh --url https://github.com/commercialhaskell/stack --token <token_value>
74+ ~~~
75+
76+ However, to re-use and configure the runner machine, you have first to delete
77+ the ` .runner ` file inside the ` actions-runner ` directory. This allows the runner
78+ to be registered without having to re-download the self-hosted runner
79+ application.
80+
6481## The ` ghc-arm-5 ` runner
6582
6683From 9 February 2024, the Haskell Foundation sought to provide an alternative
You can’t perform that action at this time.
0 commit comments