• Adding a new runner to Github Actions

    We may bring our infrastructure into github and configure our own servers for a CI/CD pipeline The servers that do the heavylifting are called “runners”, so we need to add runner into our Github Actions click on actions > new runner or directly use that link https://github.com/organizations/<your-organization>/settings/actions/runners/new This allows the user to add a new self-hosted…