Skip to content

Commit 39a933a

Browse files
committed
ci: enhance compile-examples
- remove deprecated input - add token - add Nucleo C562RE Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 5e525dc commit 39a933a

2 files changed

Lines changed: 3 additions & 788 deletions

File tree

.github/workflows/Continuous-Integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
with:
3232
custom-config: "./extras/rtc_cores_config.json"
3333
additional-url: 'https://github.com/stm32duino/BoardManagerFiles/raw/dev/package_stmicroelectronics_index.json'
34-
use-core-repo: 'true'
35-
34+
env:
35+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
3636
# Use the output from the `Compile` step
3737
- name: Compilation Errors
3838
if: failure()

0 commit comments

Comments
 (0)