Skip to content

Commit e995936

Browse files
committed
Add GITHUB_TOKEN environment variable for running tests
Signed-off-by: James Bradlee <[email protected]>
1 parent bc4e00e commit e995936

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/quality-assurance.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ jobs:
2121
echo $path/$(ls -1 $path)/bin >> $GITHUB_PATH
2222
- name: Tests
2323
run: gradle test
24+
env:
25+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2426

0 commit comments

Comments
 (0)