Skip to content

Commit

Permalink
Add private repository authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowork committed Aug 9, 2024
1 parent be57443 commit 742b1b7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ jobs:
with:
php-version: ${{ matrix.php-version }}
tools: composer
env:
COMPOSER_AUTH_JSON: |
{
"http-basic": {
"jerowork.repo.repman.io": {
"username": "${{ secrets.REPMAN_USERNAME }}",
"password": "${{ secrets.REPMAN_PASSWORD }}"
}
}
}
- name: Install composer dependencies
run: composer install --prefer-dist --no-progress
Expand Down

0 comments on commit 742b1b7

Please sign in to comment.