We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc4e00e commit e995936Copy full SHA for e995936
.github/workflows/quality-assurance.yaml
@@ -21,4 +21,6 @@ jobs:
21
echo $path/$(ls -1 $path)/bin >> $GITHUB_PATH
22
- name: Tests
23
run: gradle test
24
+ env:
25
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
0 commit comments