Skip to content

Commit 742b1b7

Browse files
committed
Add private repository authentication
1 parent be57443 commit 742b1b7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ jobs:
2222
with:
2323
php-version: ${{ matrix.php-version }}
2424
tools: composer
25+
env:
26+
COMPOSER_AUTH_JSON: |
27+
{
28+
"http-basic": {
29+
"jerowork.repo.repman.io": {
30+
"username": "${{ secrets.REPMAN_USERNAME }}",
31+
"password": "${{ secrets.REPMAN_PASSWORD }}"
32+
}
33+
}
34+
}
2535
2636
- name: Install composer dependencies
2737
run: composer install --prefer-dist --no-progress

0 commit comments

Comments
 (0)