-
-
Notifications
You must be signed in to change notification settings - Fork 36.3k
Closed
Labels
Milestone
Description
The problem
Getting an error in the log and sensors not working
Environment
- Home Assistant Core release with the issue: 0.109.0b0
- Last working Home Assistant Core release (if known): 0.108.x
- Operating environment (Home Assistant/Supervised/Docker/venv): Supervised
- Integration causing this issue: Github
- Link to integration documentation on our website:
Problem-relevant configuration.yaml
# Github Sensors
- platform: github
access_token: !secret github-access-token
entity_namespace: Github
scan_interval: 3600
repositories:
- path: artisan-roaster-scope/artisan
name: Artisan
- path: docker/compose
name: Docker Compose
- path: arendst/Tasmota
name: Tasmota
Traceback/Error logs
Log Details (ERROR)
Logger: homeassistant.components.github.sensor
Source: components/github/sensor.py:152
Integration: github (documentation, issues)
First occurred: 8:25:00 AM (6 occurrences)
Last logged: 9:25:24 AM
GitHub error for artisan-roaster-scope/artisan: 403 {'message': 'Must have push access to repository', 'documentation_url': 'https://developer.github.com/v3/repos/traffic/#clones'}
GitHub error for docker/compose: 403 {'message': 'Must have push access to repository', 'documentation_url': 'https://developer.github.com/v3/repos/traffic/#clones'}
GitHub error for arendst/Tasmota: 403 {'message': 'Must have push access to repository', 'documentation_url': 'https://developer.github.com/v3/repos/traffic/#clones'}