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 68084bb commit f112013Copy full SHA for f112013
generate_jwt.py
@@ -47,7 +47,7 @@ def main():
47
args = parser.parse_args()
48
49
private_key = args.github_app_private_key
50
- app_id = args.app_id
+ app_id = args.github_app_id
51
52
# function call
53
create_jwt(private_key, app_id)
0 commit comments