Skip to content

Commit bc07b7d

Browse files
Never forget the github token
1 parent f8f7682 commit bc07b7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/checks.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131

3232
- name: build
3333
run: task build # needed to download the embedded resources
34+
env:
35+
GH_TOKEN: ${{ secrets.ARDUINOBOT_TOKEN }}
3436

3537
- uses: dprint/check@v2.2
3638
with:

0 commit comments

Comments
 (0)