Skip to content

Commit 44a2eca

Browse files
committed
Add missing GitHub token
Add missing GitHub token #168
1 parent f36835a commit 44a2eca

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
-Dsonar.organization=axonframework \
5353
-Dsonar.host.url=https://sonarcloud.io \
5454
-Dsonar.login=${{ secrets.SONAR_TOKEN }}
55+
env:
56+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5557

5658
- name: Deploy to Sonatype
5759
if: success()

.github/workflows/pullrequest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,5 @@ jobs:
4949
-Dsonar.organization=axonframework \
5050
-Dsonar.host.url=https://sonarcloud.io \
5151
-Dsonar.login=${{ secrets.SONAR_TOKEN }}
52+
env:
53+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)