Skip to content

Commit 69daef2

Browse files
Random attempt 3
1 parent 6ffeae3 commit 69daef2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ jobs:
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
@@ -69,6 +75,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)