GitHub runner

  • By Canonical IS DevOps
Channel Revision Published Runs on
latest/stable 161 29 Apr 2024
Ubuntu 22.04
latest/beta 177 29 Apr 2024
Ubuntu 22.04
latest/edge 179 Today
Ubuntu 22.04
juju deploy github-runner --channel edge
Show information

Platform:

Ubuntu
22.04

How to change GitHub personal access token

This charm supports changing the GitHub personal access token (PAT) used.

Personal access token scope

To use this charm for GitHub repositories, the following scopes should be selected:

  • repo

To use this charm for GitHub organisations, the following scopes should be selected:

  • repo
  • admin:org

Changing the token

By using juju config to change the charm configuration token the charm unregisters and removes the old self-hosted runners and instantiates new ones.

juju config <APP_NAME> token=<TOKEN>