We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76a8e5 commit 9bfb980Copy full SHA for 9bfb980
1 file changed
.github/workflows/ci.yml
@@ -21,6 +21,11 @@ jobs:
21
- name: Grant execute permission for gradlew
22
run: chmod +x gradlew
23
24
+ - name: Check Sonar token
25
+ env:
26
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
27
+ run: echo "${{ env.SONAR_TOKEN && 'token-present' || 'token-missing' }}"
28
+
29
- name: Build and Test with gradle
30
env:
31
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments