Secret¶
-
class
github.Secret.
Secret
¶ This class represents a GitHub secret.
The reference can be found here https://docs.github.com/en/rest/actions/secrets
-
property
name
¶ - Type
string
-
property
created_at
¶ - Type
datetime.datetime
-
property
updated_at
¶ - Type
datetime.datetime
-
property
secrets_url
¶ - Type
string
-
property
url
¶ - Type
string
-
delete
() → None¶ - Calls
- Return type
None
-
property