Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
In [ ]:
import requests
token = "ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
In [ ]:
requests.delete(
url="https://api.github.com/repos/legendu-net/docker-jupyterhub/actions/secrets/GITHUBACTIONS",
headers={"Authorization": f"token {token}"},
)
In [ ]: