Skip to content

Commit ca3a6d9

Browse files
author
Roberto Sora
authored
use github token in Install Taskfile step (#459)
1 parent 4671f1d commit ca3a6d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939

4040
- name: Install Taskfile
4141
uses: Arduino/actions/setup-taskfile@master
42+
with:
43+
repo-token: ${{ secrets.GITHUB_TOKEN }}
4244

4345
- name: Check the code is good
4446
run: task check

0 commit comments

Comments
 (0)