Adventures in Labbing: Part 4 - Github Actions
2023-01-25 | #actions runner #adventures in labbing #automation #github actions #n8n
It’s working! I set up a self-hosted action runner on one of the scrappernetes nodes and made it run as a service. This allowed me to start building out steps using the doctl tools after I was able to install that on the node as well. This was pretty easy with the Actions Runner documentation. Download # Create a folder $ mkdir actions-runner && cd actions-runner # Download the latest runner package $ curl -o actions-runner-linux-x64-2.