Skip to content

Commit 54c0355

Browse files
committed
Try to fix sonarqube
1 parent e1a3f53 commit 54c0355

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/develop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,5 @@ jobs:
7171
shell: bash
7272
env:
7373
PGP_KEY_PRIVATE: ${{secrets.S_PGP_KEY_PRIVATE}}
74+
GITHUB_TOKEN: ${{ secrets.S_GITHUB_RELEASE_TOKEN }}
7475
- run: './gradlew --no-daemon publishDevelop -PdevBuildNumber=${{ github.run_number }} -PpearxRepoUsername=${{ secrets.S_PEARX_REPO_USERNAME }} -PpearxRepoPassword=${{ secrets.S_PEARX_REPO_PASSWORD }} -Psigning.keyId=${{ secrets.S_PGP_KEY_PUBID }} -Psigning.password="${{ secrets.S_PGP_KEY_PASSWORD }}" -Psigning.secretKeyRingFile=private.key -PsonarcloudToken=${{ secrets.SONARCLOUD_TOKEN }}'

.github/workflows/master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
shell: bash
2727
env:
2828
PGP_KEY_PRIVATE: ${{secrets.S_PGP_KEY_PRIVATE}}
29+
GITHUB_TOKEN: ${{ secrets.S_GITHUB_RELEASE_TOKEN }}
2930
- run: './gradlew --no-daemon publishRelease -PpearxRepoUsername=${{ secrets.S_PEARX_REPO_USERNAME }} -PpearxRepoPassword=${{ secrets.S_PEARX_REPO_PASSWORD }} -Psigning.keyId=${{ secrets.S_PGP_KEY_PUBID }} -Psigning.password="${{ secrets.S_PGP_KEY_PASSWORD }}" -Psigning.secretKeyRingFile=private.key -PgithubAccessToken="${{ secrets.S_GITHUB_RELEASE_TOKEN }}" -PsonatypeOssUsername="${{ secrets.S_SONATYPE_OSS_USERNAME }}" -PsonatypeOssPassword="${{ secrets.S_SONATYPE_OSS_PASSWORD }}" -Pmultigradle.publishHostExclusivesOnly=true'
3031
check_deploy_windows:
3132
runs-on: windows-latest

0 commit comments

Comments
 (0)