Skip to content

Commit 5e56c21

Browse files
committed
export GITHUB_TOKEN
Signed-off-by: Kareem Farid <kareefardi@users.noreply.github.com>
1 parent 7c59d36 commit 5e56c21

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
@@ -65,6 +65,8 @@ runs:
6565
- name: Download PDK
6666
shell: bash
6767
if: ${{ steps.cache-pdk.outputs.cache-hit != 'true' && inputs.cache-only != 'true' }}
68+
env:
69+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6870
run: |
6971
mkdir -p ${{ env.PDK_ROOT }}
7072
make pdk-with-volare

0 commit comments

Comments
 (0)