switch to Poetry CI workflow

This commit is contained in:
Luke Tainton 2024-04-27 18:56:19 +01:00
parent 732bee7b4f
commit 527947767e
No known key found for this signature in database

View File

@ -14,7 +14,7 @@ on:
jobs: jobs:
ci: ci:
uses: luketainton/gha-workflows/.github/workflows/ci-python.yml@main uses: luketainton/gha-workflows/.github/workflows/ci-python-poetry.yml@main
secrets: secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}