Skip to content

Commit 50228bf

Browse files
committed
Provide GitHub token to action in Compile Examples CI workflow
This is only required because the repository is currently private. This commit can be reverted once the repository is made public.
1 parent c2c9d99 commit 50228bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,5 @@ jobs:
138138
${{ env.UNIVERSAL_LIBRARIES }}
139139
${{ matrix.usb-libraries }}
140140
sketch-paths: '${{ env.UNIVERSAL_SKETCH_PATHS }} ${{ matrix.usb-sketch-paths }} ${{ matrix.serial1-sketch-paths }} ${{ matrix.starter-kit-sketch-paths }}'
141+
# This input can be removed once the repository is made public
142+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)