Skip to content

Commit bcc89cc

Browse files
DEVOPS-46
1 parent 47e84c3 commit bcc89cc

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"
88

99

0 commit comments

Comments
 (0)