Open JonathanHolvey opened 5 years ago
I found that adding a GitHub notification key to config.yaml
stops the error.
auth:
# Not my actual token
github: 8f5c8a512f1b7d921a8c1018d2d58fe41423c8e9
notifications:
github:
token: '{{ auth.github }}'
I've got a basic Roger server set up according to the installation section of the readme. I can trigger a build using the
build
API endpoint pointing to my GitHub repo. The build completes and is pushed to my local Docker registry successfully, however there is an error at the end of the build log:I have Roger configured with docker-compose and a
config.yml
file:My GitHub token has the permissions
public_repo
andnotifications
, but GitHub is reporting that it has never been used.What could be the cause of this error?