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 47e84c3 commit bcc89ccCopy full SHA for bcc89cc
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"
8
9
0 commit comments