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 c6e7cb0 commit 13265d1Copy full SHA for 13265d1
entrypoint.sh
@@ -4,6 +4,6 @@
4
cd /app && pipenv install --skip-lock
5
6
# run python program to generate token
7
-pipenv run python3 /app/generate_jwt.py --github_app_id "$1" --github_app_private_key "$2"
+pipenv run python3 /app/generate_jwt.py --github_app_id "$1" --github_app_private_key "$2" --github_account_type "$3"
8
9
0 commit comments