File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 5757 - uses : jdx/mise-action@d6e32c1796099e0f1f3ac741c220a8b7eae9e5dd # v3.2.0
5858 with :
5959 version : 2025.7.12
60+ - name : Get GitHub Token for QA Licenses
61+ id : secrets
62+ uses : SonarSource/vault-action-wrapper@v3
63+ with :
64+ secrets : |
65+ development/github/token/licenses-ro token | GITHUB_TOKEN;
6066 - name : Configure Maven
6167 id : configure-maven
6268 uses : SonarSource/ci-github-actions/config-maven@v1
6975 echo "version=${VERSION}" >> $GITHUB_OUTPUT
7076 - name : Run QA Tests
7177 env :
78+ GITHUB_TOKEN : ${{ fromJSON(steps.secrets.outputs.vault).GITHUB_TOKEN }}
7279 BUILD_NUMBER : ${{ needs.build.outputs.build-number }}
7380 MAVEN_OPTS : " -Xmx3g"
7481 SONAR_JAVA_VERSION : ${{ steps.resolve-sonar-java-plugin-version.outputs.version }}
You can’t perform that action at this time.
0 commit comments