Skip to content

Commit ad1a1d2

Browse files
authored
Merge pull request #3199 from metacpan/oalders/token
Use a GH API token when trying to install precious
2 parents aafe6f6 + 5efe376 commit ad1a1d2

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)