Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Commit daf1995

Browse files
committed
fix library
1 parent 53141bd commit daf1995

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Useful for remedying the problem of restricted access tokens, espec
33
author: Hamel Husain
44
inputs:
55
APP_PEM:
6-
description: string version of your PEM file used to authenticate as a GitHub App
6+
description: a base64 encoded string version of your PEM file used to authenticate as a GitHub App. You can apply this encoding in the terminal `cat key.pem | base64`
77
required: true
88
APP_ID:
99
description: you GITHUB App ID.

prebuild.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN pip install \
44
cryptography==2.6.1 \
55
github3.py==1.3.0 \
66
jwcrypto==0.6.0 \
7-
jwt==0.6.1
7+
pyjwt==1.7.1
88

99
COPY token_getter.py app/
1010
COPY entrypoint.sh app/

0 commit comments

Comments
 (0)