Skip to content

Commit f21c25d

Browse files
authored
Merge pull request #97 from arduino/github-token-1
Use authenticated API requests in "Compile Examples" CI workflow
2 parents d92b39e + 829a0c6 commit f21c25d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/compile-examples.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
- name: Compile examples
111111
uses: arduino/actions/libraries/compile-examples@master
112112
with:
113+
github-token: ${{ secrets.GITHUB_TOKEN }}
113114
fqbn: ${{ matrix.board.fqbn }}
114115
libraries: |
115116
- name: Adafruit MQTT Library
@@ -149,4 +150,4 @@ jobs:
149150
uses: actions/upload-artifact@v1
150151
with:
151152
name: size-deltas-reports
152-
path: size-deltas-reports
153+
path: size-deltas-reports

0 commit comments

Comments
 (0)