We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d92b39e + 829a0c6 commit f21c25dCopy full SHA for f21c25d
.github/workflows/compile-examples.yml
@@ -110,6 +110,7 @@ jobs:
110
- name: Compile examples
111
uses: arduino/actions/libraries/compile-examples@master
112
with:
113
+ github-token: ${{ secrets.GITHUB_TOKEN }}
114
fqbn: ${{ matrix.board.fqbn }}
115
libraries: |
116
- name: Adafruit MQTT Library
@@ -149,4 +150,4 @@ jobs:
149
150
uses: actions/upload-artifact@v1
151
152
name: size-deltas-reports
- path: size-deltas-reports
153
+ path: size-deltas-reports
0 commit comments