Skip to content

Commit 6c7094e

Browse files
committed
removeme: gh: add key to clone private submodules
Former-commit-id: 90cc6c2
1 parent f1c3d2b commit 6c7094e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compile-examples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
uses: actions/checkout@v2
6969
with:
7070
submodules: recursive
71+
token: ${{ secrets.PRIVATE_SUBMODULES_CLONE }}
7172

7273
# The source files are in a subfolder of the ArduinoCore-API repository, so it's not possible to clone it directly to the final destination in the core
7374
- name: Checkout ArduinoCore-API

0 commit comments

Comments
 (0)