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.
2 parents df497c3 + 889aa86 commit 9051da9Copy full SHA for 9051da9
example/test.py
@@ -6,7 +6,6 @@
6
7
8
def main():
9
-
10
with open('env/private.key', 'rb') as f_private:
11
private_key = f_private.read()
12
with open('env/app_id.key', 'r') as f_app_id:
@@ -37,6 +36,5 @@ def main():
37
36
repo.create_file(file, "create: GithubApps",
38
'---\nurl: content\nuser: user\nstarttime: "2022-04-11"\nendtime: "2022-07-11"\n---\n<reserve />', branch="reserve")
39
40
41
if __name__ == "__main__":
42
main()
0 commit comments