We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff3dd6 commit 3a44a18Copy full SHA for 3a44a18
1 file changed
.github/workflows/ci.yml
@@ -10,7 +10,8 @@ on:
10
jobs:
11
common:
12
uses: City-of-Helsinki/.github/.github/workflows/ci-django-api.yml@main
13
- secrets: inherit
+ secrets:
14
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
15
with:
16
python-version: 3.12
17
postgres-major-version: 17
0 commit comments