Skip to content

Commit 3614bbd

Browse files
authored
Fix install script test failure by adding GitHub API authentication (#6219)
1 parent a968b33 commit 3614bbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/install.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ jobs:
108108

109109
- name: Test full install script (without dummy version)
110110
shell: bash
111+
env:
112+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
111113
run: |
112114
chmod +x install-gh-aw.sh
113115

0 commit comments

Comments
 (0)