Update ci.yml

This commit is contained in:
ds0407 2023-04-27 22:34:39 +01:00 committed by GitHub
parent 26c9e4fb1a
commit 348e09d1fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,5 +14,6 @@ on:
jobs: jobs:
ci: ci:
uses: luketainton/gha-workflows/.github/workflows/ci-python.yml@main uses: luketainton/gha-workflows/.github/workflows/ci-python.yml@main
secrets: env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}