Skip to content

Commit 4a665b1

Browse files
committed
chore: add COMPOSER_AUTH for CI
1 parent a55e52b commit 4a665b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/php-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
tools: composer:v2
1717
- run: composer install
1818
shell: bash
19+
env:
20+
COMPOSER_AUTH: ${{secrets.COMPOSER_AUTH}}
1921
- run: composer format:check
2022
shell: bash
2123
tests:

0 commit comments

Comments
 (0)