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 d431b31 commit 0c4bf18Copy full SHA for 0c4bf18
.github/workflows/maven.yml
@@ -16,6 +16,8 @@ jobs:
16
env:
17
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
18
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
19
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
21
steps:
22
- uses: actions/checkout@v2
23
- name: Set up JDK 14
0 commit comments