Skip to content

Commit 5efe376

Browse files
committed
Use a GH API token when trying to install precious
1 parent aafe6f6 commit 5efe376

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
--with-develop
3838
- name: Install precious
3939
run: ./bin/install-precious /usr/local/bin
40+
env:
41+
GITHUB_TOKEN: ${{ github.token }}
4042
- name: Select files
4143
id: select-files
4244
run: |

0 commit comments

Comments
 (0)