Skip to content

Commit 282a313

Browse files
authored
fix missing sonar token
Signed-off-by: Radouane Khouadri <redouane.khouadri_externe@rte-france.com>
1 parent f68a9e4 commit 282a313

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/patch.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ on:
1010

1111
jobs:
1212
run-patch:
13-
uses: powsybl/github-ci/.github/workflows/patch-backend-lib-generic.yml@3ed0caeb3395e55868884f466d726ddaee877850
13+
uses: powsybl/github-ci/.github/workflows/patch-backend-lib-generic.yml@21c81b410ef7f587a758076583370cfd2c2f39a3
1414
with:
1515
githubappId: ${{ vars.GRIDSUITE_ACTIONS_APPID }}
1616
branchRef: ${{ github.event.inputs.branchRef }}
1717
secrets:
1818
VERSIONBUMP_GHAPP_PRIVATE_KEY: ${{ secrets.VERSIONBUMP_GHAPP_PRIVATE_KEY }}
19+
sonar-token: ${{ secrets.SONAR_TOKEN }}

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ on:
1313

1414
jobs:
1515
run-release:
16-
uses: powsybl/github-ci/.github/workflows/release-backend-lib-generic.yml@3ed0caeb3395e55868884f466d726ddaee877850
16+
uses: powsybl/github-ci/.github/workflows/release-backend-lib-generic.yml@21c81b410ef7f587a758076583370cfd2c2f39a3
1717
with:
1818
githubappId: ${{ vars.GRIDSUITE_ACTIONS_APPID }}
1919
versionType: ${{ github.event.inputs.versionType }}
2020
secrets:
2121
VERSIONBUMP_GHAPP_PRIVATE_KEY: ${{ secrets.VERSIONBUMP_GHAPP_PRIVATE_KEY }}
22+
sonar-token: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)