We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f36835a commit 44a2ecaCopy full SHA for 44a2eca
.github/workflows/main.yml
@@ -52,6 +52,8 @@ jobs:
52
-Dsonar.organization=axonframework \
53
-Dsonar.host.url=https://sonarcloud.io \
54
-Dsonar.login=${{ secrets.SONAR_TOKEN }}
55
+ env:
56
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
58
- name: Deploy to Sonatype
59
if: success()
.github/workflows/pullrequest.yml
@@ -49,3 +49,5 @@ jobs:
49
50
51
0 commit comments