Common gotcha’s for using GitHub Actions on Enterprise Server

/ 08 Oct, 2022

Rob detailed in this post some common gotcha’s when you want to start using GitHub actions on GitHub Enterprise Server.

List of topics:

  • Don’t use self-signed certificates on GitHub Enterprise
  • The default actions in will download the binaries from github.com
  • Actions org will be cleaned up with each major/minor update
  • Mismatches in the settings UI (harder for admins)
  • Dependabot runners need to be created
  • Log storage is external to the server
  • GitHub Connect is mandatory

Read the full post here: devopsjournal.io