We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d19e0 commit 7a09d35Copy full SHA for 7a09d35
2 files changed
.github/workflows/php.yml
@@ -21,10 +21,9 @@ jobs:
21
php-version: ['8.3', '8.4', '8.5']
22
23
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.11.6
24
+ secrets: inherit
25
with:
26
php-version: ${{ matrix.php-version }}
- env:
27
- GITHUB_AUTH_TOKEN: ${{ secrets.PAT_TOKEN }}
28
29
linter:
30
name: 'Linter'
.github/workflows/reusable_phplinter.yml
@@ -47,6 +47,8 @@ jobs:
47
48
- name: Install overtrue/phplint (latest)
49
run: phive install overtrue/phplint --force-accept-unsigned --target ./bin
50
+ env:
51
+ GITHUB_AUTH_TOKEN: ${{ secrets.PAT_TOKEN }}
52
53
- name: Lint PHP files
54
run: ./bin/phplint --no-cache --no-progress -v
0 commit comments