GitHub Actions workflows for your Enterprise instance go here. Please don't use the ones in ~/.github/workflows as those are the ones that run in this public repository.
ℹ️ Check the path of the Docker image and change it to what you'd like.
🔐 These workflows assume you have some secrets stored in GitHub Secrets.
GHE_HOSTNAMEis the FQDN of your GHES server, such asgithub.contoso.comGHE_USERNAMEis a service account on your GHES server that has permission to publish images.GHE_TOKENis the personal access token for ☝️ service account. It needs the following scopes:write:packagesdelete:packages
TEST_RUNNER_ACCOUNTis the service account used in the testingtest-runnersnamespace.PROD_RUNNER_DEPLOYis the service account used in the productionrunnersnamespace.