Skip to content

Commit 0c4bf18

Browse files
committed
Adding github/sonar secrets
1 parent d431b31 commit 0c4bf18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
env:
1717
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
1818
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
19+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1921
steps:
2022
- uses: actions/checkout@v2
2123
- name: Set up JDK 14

0 commit comments

Comments
 (0)