Skip to content

Commit 9d7acca

Browse files
committed
ci: pass only sonar token to common workflow
Refs: RATYK-199
1 parent 39ab7d1 commit 9d7acca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ on:
1010
jobs:
1111
common:
1212
uses: City-of-Helsinki/.github/.github/workflows/ci-django-api.yml@main
13-
secrets: inherit
13+
secrets:
14+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1415
with:
1516
python-version: 3.12
1617
postgres-major-version: 17

0 commit comments

Comments
 (0)