Skip to content

Commit 74a00a7

Browse files
committed
potential fix for mvn repo integration
1 parent 6e86be0 commit 74a00a7

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci-cd-java.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,13 @@ jobs:
2626
2727
- name: Run tests
2828
run: mvn test
29+
env:
30+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2931

3032
- name: Build artifact
3133
run: mvn package -Dmaven.test.skip
34+
env:
35+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3236

3337
- name: Build Docker Image
3438
uses: docker/build-push-action@v6

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea

0 commit comments

Comments
 (0)