Skip to content

Commit 274cc00

Browse files
committed
Use env vars to enable e2e tests
1 parent edd6138 commit 274cc00

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
env:
1414
# Fake a TRAVIS env so that the pre-existing test cases would behave like before
1515
TRAVIS: true
16+
LAB_APP_CLIENT_ID: ${{ secrets.LAB_APP_CLIENT_ID }}
17+
LAB_APP_CLIENT_SECRET: ${{ secrets.LAB_APP_CLIENT_SECRET }}
18+
LAB_OBO_CLIENT_SECRET: ${{ secrets.LAB_OBO_CLIENT_SECRET }}
19+
LAB_OBO_CONFIDENTIAL_CLIENT_ID: ${{ secrets.LAB_OBO_CONFIDENTIAL_CLIENT_ID }}
20+
LAB_OBO_PUBLIC_CLIENT_ID: ${{ secrets.LAB_OBO_PUBLIC_CLIENT_ID }}
1621

1722
runs-on: ubuntu-latest
1823
strategy:

0 commit comments

Comments
 (0)