Skip to content

Commit 90cc6c2

Browse files
committed
removeme: gh: add key to clone private submodules
1 parent 97afc24 commit 90cc6c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compile-examples.yml

+1
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)