Skip to content

Commit

Permalink
ci: add PAT (classic)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliphys committed Aug 29, 2024
1 parent 4667af4 commit 794b393
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Checkout private library repo
uses: actions/checkout@v4
with:
repository: bcmi-labs/Arduino_LowPowerNiclaVision
token: ${{ secrets.GH_PAT }}
path: Arduino_LowPowerNiclaVision

- name: Compile examples
uses: arduino/compile-sketches@v1
Expand All @@ -74,7 +81,8 @@ jobs:
- name: Arduino_PF1550
- name: Arduino_LowPowerPortentaH7
- source-url: https://github.com/arduino-libraries/Arduino_LowPowerPortentaC33.git
- source-url: https://github.com/bcmi-labs/Arduino_LowPowerNiclaVision.git
- source-path: ./Arduino_LowPowerNiclaVision
sketch-paths: |
${{ env.UNIVERSAL_SKETCH_PATHS }}
${{ matrix.board.additional-sketch-paths }}
Expand Down

0 comments on commit 794b393

Please sign in to comment.