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 5e525dc commit 39a933aCopy full SHA for 39a933a
2 files changed
.github/workflows/Continuous-Integration.yml
@@ -31,8 +31,8 @@ jobs:
31
with:
32
custom-config: "./extras/rtc_cores_config.json"
33
additional-url: 'https://github.com/stm32duino/BoardManagerFiles/raw/dev/package_stmicroelectronics_index.json'
34
- use-core-repo: 'true'
35
-
+ env:
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
36
# Use the output from the `Compile` step
37
- name: Compilation Errors
38
if: failure()
0 commit comments