Skip to content

Commit b83dafc

Browse files
committed
chore: Update python-publish.yml to include MySQL secrets in env vars for package testing
1 parent 3023754 commit b83dafc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test-package-platforms.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ jobs:
1111
environment:
1212
name: package-test
1313

14+
env:
15+
MYSQL_PASSWORD: ${{ secrets.MYSQL_PASSWORD }}
16+
MYSQL_USERNAME: ${{ secrets.MYSQL_USERNAME }}
17+
MYSQL_HOST: ${{ secrets.MYSQL_HOST }}
18+
MYSQL_PORT: ${{ secrets.MYSQL_PORT }}
19+
MYSQL_DB_NAME: ${{ secrets.MYSQL_DB_NAME }}
20+
1421
strategy:
1522
matrix:
1623
os: [ubuntu-latest, windows-latest]

0 commit comments

Comments
 (0)