Skip to content

Commit 9ccdb5b

Browse files
committed
export GITHUB_TOKEN for make install-frigate-repos
Signed-off-by: Kareem Farid <[email protected]>
1 parent 4d60aa0 commit 9ccdb5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/setup-dependencies/action.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ runs:
8383
path: ${{env.PDK_ROOT}}
8484
key: pdk-${{env.OPEN_PDKS_COMMIT}}
8585
- name: Install frigate repos
86+
env:
87+
GITHUB_TOKEN: ${{ inputs.github-token }}
8688
shell: bash
8789
run: make install-frigate-repos
8890
- name: Debug

0 commit comments

Comments
 (0)