Skip to content

Commit 7a09d35

Browse files
committed
Attempted fix for PHAR rate-limit
1 parent 32d19e0 commit 7a09d35

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ jobs:
2121
php-version: ['8.3', '8.4', '8.5']
2222

2323
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.11.6
24+
secrets: inherit
2425
with:
2526
php-version: ${{ matrix.php-version }}
26-
env:
27-
GITHUB_AUTH_TOKEN: ${{ secrets.PAT_TOKEN }}
2827

2928
linter:
3029
name: 'Linter'

.github/workflows/reusable_phplinter.yml

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

4848
- name: Install overtrue/phplint (latest)
4949
run: phive install overtrue/phplint --force-accept-unsigned --target ./bin
50+
env:
51+
GITHUB_AUTH_TOKEN: ${{ secrets.PAT_TOKEN }}
5052

5153
- name: Lint PHP files
5254
run: ./bin/phplint --no-cache --no-progress -v

0 commit comments

Comments
 (0)