diff --git a/Dockerfile b/Dockerfile index 3bf68ca..eb7e9dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,4 +18,4 @@ RUN pip3 install -r requirements.txt # Note the env variable GITHUB_ACCESS_TOKEN will need to be set in order to authenticate with the GitHub API CMD ["python3", "main.py"] -USER gha-runner \ No newline at end of file +USER alexboden \ No newline at end of file