Added the DGID env variable to the documentation.

This commit is contained in:
Philipp Horstenkamp 2023-06-01 22:58:15 +02:00
parent 928a88ba80
commit a8d4810337
2 changed files with 1 additions and 0 deletions

BIN
runner/..env.swp Normal file

Binary file not shown.

View File

@ -12,6 +12,7 @@ ORGANIZATION=fhswf/aki_prj23_transparenzregister
ACCESS_TOKEN= #
ARCHITECTURE=arm # Value such as x64,arm64,arm
HOSTNAME=some-runner-name # A name to give to the docker image. Will also be used as a runner name.
DGID= # Group id of the docker group
```
An access token can be optained in the Actions ection of the repository or [here](https://github.com/fhswf/aki_prj23_transparenzregister/settings/actions/runners/new).