Commit 85fddde
committed
Configure integration workflow for authenticated API requests
The `arduino/compile-sketches` GitHub Actions action queries the GitHub API for the base ref of the pull request, which
is used for the memory deltas determination.
GitHub does rate limiting of API requests and if the limit is exceeded, a spurious failure of the workflow run will
occur.
Authenticated API requests are given a more generous API request allowance, so providing the action with the
automatically generated GitHub access token stored in `secrets.GITHUB_TOKEN` to use for the API requests should prevent
any such workflow run failures.1 parent d2e398d commit 85fddde
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| |||
202 | 203 | | |
203 | 204 | | |
204 | 205 | | |
| 206 | + | |
205 | 207 | | |
206 | 208 | | |
207 | 209 | | |
| |||
226 | 228 | | |
227 | 229 | | |
228 | 230 | | |
| 231 | + | |
229 | 232 | | |
230 | 233 | | |
231 | 234 | | |
| |||
255 | 258 | | |
256 | 259 | | |
257 | 260 | | |
| 261 | + | |
258 | 262 | | |
259 | 263 | | |
260 | 264 | | |
| |||
343 | 347 | | |
344 | 348 | | |
345 | 349 | | |
| 350 | + | |
346 | 351 | | |
347 | 352 | | |
348 | 353 | | |
| |||
0 commit comments