-
Login to the Personal account
-
Create an access_token for the account and provide repo access
-
Create a
.env
file in the same directory as docker-compose.yml and add the following variables:GITHUB_USERNAME=rickdonato GITHUB_REPO=docker-gh-runner ACCESS_TOKEN=github-access-token
-
Run docker-compose yml file
docker-compose up --build
-
Login to Organization Admin User
-
Create an access_token for the account and provide admin:org access
-
Create a
.env
file in the same directory as docker-compose.yml and add the following variables:GITHUB_ORGNAME=packetcoders ACCESS_TOKEN=github-access-token
-
Run docker-compose yml file
docker-compose up --build