Skip to content

Commit 70d44c8

Browse files
committed
Correct test env var names
1 parent e799526 commit 70d44c8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/run_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
environment: testing
1010
strategy:
1111
matrix:
12-
python: [3.7, 3.8, 3.9, "3.10", "3.11"]
12+
python: [3.8, 3.9, "3.10", "3.11"]
1313

1414
steps:
1515
- uses: actions/checkout@v3
@@ -30,5 +30,5 @@ jobs:
3030
TSS_USERNAME: ${{ secrets.TSS_USERNAME }}
3131
TSS_PASSWORD: ${{ secrets.TSS_PASSWORD }}
3232
TSS_TENANT: ${{ secrets.TSS_TENANT }}
33-
SECRET_ID: ${{ secrets.SECRET_ID }}
34-
SECRET_PATH: ${{ secrets.SECRET_PATH }}
33+
SECRET_ID: ${{ secrets.TSS_SECRET_ID }}
34+
SECRET_PATH: ${{ secrets.TSS_SECRET_PATH }}

0 commit comments

Comments
 (0)