Skip to content

Commit 6132812

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 af25e98 commit 6132812

2 files changed

Lines changed: 3 additions & 789 deletions

File tree

.github/workflows/Continuous-Integration.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ jobs:
3030
uses: stm32duino/actions/compile-examples@main
3131
with:
3232
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-
33+
env:
34+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
3635
# Use the output from the `Compile` step
3736
- name: Compilation Errors
3837
if: failure()

0 commit comments

Comments
 (0)