We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f7682 commit bc07b7dCopy full SHA for bc07b7d
.github/workflows/checks.yaml
@@ -31,6 +31,8 @@ jobs:
31
32
- name: build
33
run: task build # needed to download the embedded resources
34
+ env:
35
+ GH_TOKEN: ${{ secrets.ARDUINOBOT_TOKEN }}
36
37
- uses: dprint/check@v2.2
38
with:
0 commit comments