We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b777eb commit f4a7a17Copy full SHA for f4a7a17
rotator.py
@@ -30,6 +30,7 @@ def main():
30
except Exception as err:
31
print(f"Unexpected {err=}, {type(err)=}")
32
33
+"""Enum whick represents GitLab access tokens types"""
34
class TokenType(enum.Enum):
35
GROUP_ACCESS_TOKEN = 0,
36
PROJECT_ACCESS_TOKEN = 1
0 commit comments