We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4671f1d commit ca3a6d9Copy full SHA for ca3a6d9
.github/workflows/test.yaml
@@ -39,6 +39,8 @@ jobs:
39
40
- name: Install Taskfile
41
uses: Arduino/actions/setup-taskfile@master
42
+ with:
43
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
44
45
- name: Check the code is good
46
run: task check
0 commit comments