Skip to content

Commit 13265d1

Browse files
Update entrypoint.sh
1 parent c6e7cb0 commit 13265d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
cd /app && pipenv install --skip-lock
55

66
# run python program to generate token
7-
pipenv run python3 /app/generate_jwt.py --github_app_id "$1" --github_app_private_key "$2"
7+
pipenv run python3 /app/generate_jwt.py --github_app_id "$1" --github_app_private_key "$2" --github_account_type "$3"
88

99

0 commit comments

Comments
 (0)