06

Oct/25

Tailscale OAuth Permissions For Github Actions

I switched over to OAuth for Github Actions and Tailscale. The documentation doesn’t specifically state what scopes are needed so thanks to this issue, the following needs write permissions: auth_keys devices:core Which OAuth scopes should I grant for Tailscale Docker … Continue reading

04

Jul/22

Home Assistant Continuous Integration Workflow

Overview Development pipelines such as version control to deploying changes automatically. In Home Assistant’s case, you can make changes in YAML text files anywhere and Home Assistant can pick up the changes and automatically load them. Tools I use GitHub … Continue reading