aboutsummaryrefslogtreecommitdiff
path: root/src/cli/gha_billing.py
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-07-22 17:46:36 -0700
committerFranck Cuny <franck@fcuny.net>2024-07-22 17:46:36 -0700
commitd4b6d2b2053e335e5457e34c128ec8a1a156671d (patch)
tree95dc405071eed3c61142754249b9de9326f4285d /src/cli/gha_billing.py
parentdelete github actions (diff)
downloadinfra-d4b6d2b2053e335e5457e34c128ec8a1a156671d.tar.gz
add lint as a target and reformat
Diffstat (limited to '')
-rw-r--r--src/cli/gha_billing.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli/gha_billing.py b/src/cli/gha_billing.py
index 00dd5e3..a501890 100644
--- a/src/cli/gha_billing.py
+++ b/src/cli/gha_billing.py
@@ -6,6 +6,7 @@ The API for this is documented [here](https://docs.github.com/en/rest/billing/bi
For this you need a [token](https://github.com/settings/personal-access-tokens) with the following permissions:
- [plan](https://docs.github.com/en/rest/authentication/permissions-required-for-fine-grained-personal-access-tokens?apiVersion=2022-11-28#user-permissions-for-plan)
"""
+
import sys
import click