Skip to content

Commit 8c4a77e

Browse files
authored
[BUGFIX] Provide the authentication token for PHIVE on CI (#1340)
This will hopefully avoid the 403 errors when installing the PHIVE packages. Fixes #1339
1 parent cad75d7 commit 8c4a77e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ jobs:
139139
composer show;
140140
141141
- name: Install development tools
142+
env:
143+
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
142144
run: |
143145
phive --no-progress install --trust-gpg-keys 0FDE18AE1D09E19F60F6B1CBC00543248C87FB13,BBAB5DF0A0D6672989CF1869E82B2FB314E9906E
144146

0 commit comments

Comments
 (0)