Skip to content

Commit

Permalink
chore: Update python-publish.yml to include MySQL secrets in env vars…
Browse files Browse the repository at this point in the history
… for package testing
  • Loading branch information
KayvanShah1 committed Aug 18, 2024
1 parent 3023754 commit b83dafc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-package-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ jobs:
environment:
name: package-test

env:
MYSQL_PASSWORD: ${{ secrets.MYSQL_PASSWORD }}
MYSQL_USERNAME: ${{ secrets.MYSQL_USERNAME }}
MYSQL_HOST: ${{ secrets.MYSQL_HOST }}
MYSQL_PORT: ${{ secrets.MYSQL_PORT }}
MYSQL_DB_NAME: ${{ secrets.MYSQL_DB_NAME }}

strategy:
matrix:
os: [ubuntu-latest, windows-latest]
Expand Down

0 comments on commit b83dafc

Please sign in to comment.