Skip to content

Commit b12a7ba

Browse files
chore: add missing SECRET_WRITE scope
1 parent 84b3ffa commit b12a7ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pygitguardian/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,7 @@ class TokenScope(str, Enum):
771771
CUSTOM_TAGS_READ = "custom_tags:read"
772772
CUSTOM_TAGS_WRITE = "custom_tags:write"
773773
SECRET_READ = "secrets:read"
774+
SECRET_WRITE = "secrets:write"
774775
SCAN_CREATE_INCIDENTS = "scan:create-incidents"
775776
PUBLIC_PERIMETER_VIEW = "public-perimeter:read"
776777

0 commit comments

Comments
 (0)