File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ name = "pypi"
77requests = " ==2.32.2"
88jwt = " ==1.3.1"
99cryptography = " ==42.0.5"
10+ python-dotenv = " ==1.0.1"
1011
1112[dev-packages ]
1213python-dotenv = " ==1.0.1"
Original file line number Diff line number Diff line change @@ -7,10 +7,12 @@ inputs:
77 required : true
88 github_app_private_key :
99 description : " Github App private key"
10+ github_account_type :
11+ description : " Github account user or organization"
1012runs :
1113 using : ' docker'
1214 image : ' Dockerfile'
1315 args :
1416 - ${{ inputs.github_app_id }}
1517 - ${{ inputs.github_app_private_key }}
16- - ${{ inputs.github_account_type }}
18+ - ${{ inputs.github_account_type }}
Original file line number Diff line number Diff line change 44cd /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
You can’t perform that action at this time.
0 commit comments