Skip to content

Commit 6046d6e

Browse files
authored
[BUGFIX] Provide the authentication token for PHIVE on CI (#1419)
This will hopefully avoid the 403 errors when installing the PHIVE packages.
1 parent e09acbe commit 6046d6e

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
@@ -131,6 +131,8 @@ jobs:
131131
run: composer install --no-progress
132132

133133
- name: Install development tools
134+
env:
135+
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
134136
run: phive --no-progress install --trust-gpg-keys 0FDE18AE1D09E19F60F6B1CBC00543248C87FB13,BBAB5DF0A0D6672989CF1869E82B2FB314E9906E
135137

136138
- name: Run Command

0 commit comments

Comments
 (0)