Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit 0f75e51

Browse files
export variables in the script is required for Ubuntu on CircleCI, but not on Debian 11 in a VM. Odd...
1 parent 6114cee commit 0f75e51

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,4 @@ ENV/
147147

148148
# End of https://www.gitignore.io/api/python
149149
.DS_Store
150+
release_sandbox

get-access-token.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ pip3 install cryptography
1111
pip3 install requests
1212
pip3 install PyJWT
1313

14-
GITHUB_APP_ID=$SELENIARM_GITHUB_APP_ID
15-
GITHUB_INSTALLATION_ID=$SELENIARM_GITHUB_INSTALLATION_ID
16-
GITHUB_APP_PEM="$SELENIARM_GITHUB_APP_PEM"
14+
export GITHUB_APP_ID=$SELENIARM_GITHUB_APP_ID
15+
export GITHUB_INSTALLATION_ID=$SELENIARM_GITHUB_INSTALLATION_ID
16+
export GITHUB_APP_PEM="$SELENIARM_GITHUB_APP_PEM"
1717

1818
python3 get-access-token.py

0 commit comments

Comments
 (0)