configured private repository

This commit is contained in:
Peter Papp
2021-05-21 10:15:00 +02:00
committed by GitHub
parent 38fadeec5e
commit 3dae2a72c9

View File

@@ -35,6 +35,10 @@ jobs:
run: |
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
- uses: actions/labeler@v2
with:
repo-token: ${{ secrets.GTHB_TOKEN }}
- name: Install dependencies
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction