Skip to content

Commit 794b393

Browse files
committed
ci: add PAT (classic)
1 parent 4667af4 commit 794b393

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Diff for: .github/workflows/compile-examples.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@ jobs:
6262
steps:
6363
- name: Checkout repository
6464
uses: actions/checkout@v4
65+
66+
- name: Checkout private library repo
67+
uses: actions/checkout@v4
68+
with:
69+
repository: bcmi-labs/Arduino_LowPowerNiclaVision
70+
token: ${{ secrets.GH_PAT }}
71+
path: Arduino_LowPowerNiclaVision
6572

6673
- name: Compile examples
6774
uses: arduino/compile-sketches@v1
@@ -74,7 +81,8 @@ jobs:
7481
- name: Arduino_PF1550
7582
- name: Arduino_LowPowerPortentaH7
7683
- source-url: https://github.com/arduino-libraries/Arduino_LowPowerPortentaC33.git
77-
- source-url: https://github.com/bcmi-labs/Arduino_LowPowerNiclaVision.git
84+
- source-path: ./Arduino_LowPowerNiclaVision
85+
7886
sketch-paths: |
7987
${{ env.UNIVERSAL_SKETCH_PATHS }}
8088
${{ matrix.board.additional-sketch-paths }}

0 commit comments

Comments
 (0)