We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 988b557 commit cb11610Copy full SHA for cb11610
1 file changed
.github/workflows/php.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.11.6
24
with:
25
php-version: ${{ matrix.php-version }}
26
- token: ${{ secrets.PAT_TOKEN }}
+ token: "${{ secrets.PAT_TOKEN }}"
27
28
linter:
29
name: 'Linter'
0 commit comments