Skip to content

Commit 1430c3f

Browse files
committed
Inherit secrets
1 parent d960b2e commit 1430c3f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
php-version: ['8.5', '8.6']
2323

2424
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@release-2.x
25+
secrets: inherit
2526
with:
2627
php-version: ${{ matrix.php-version }}
2728

@@ -31,6 +32,7 @@ jobs:
3132
fail-fast: false
3233

3334
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@release-2.x
35+
secrets: inherit
3436
with:
3537
enable_eslinter: false
3638
enable_jsonlinter: true

0 commit comments

Comments
 (0)