Skip to content

Commit 945a4be

Browse files
committed
Inherit secrets for reusable workflows
1 parent dcb063d commit 945a4be

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
matrix:
2222
php-version: ['8.3', '8.4', '8.5']
2323

24-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.11.5
24+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1
25+
secrets: inherit
2526
with:
2627
php-version: ${{ matrix.php-version }}
2728

@@ -30,7 +31,8 @@ jobs:
3031
strategy:
3132
fail-fast: false
3233

33-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.11.5
34+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1
35+
secrets: inherit
3436
with:
3537
enable_eslinter: false
3638
enable_jsonlinter: true

0 commit comments

Comments
 (0)