diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c36b56..96366f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,6 +67,8 @@ jobs: tools: composer:v2.6 - name: "Show Composer version" run: composer --version + - name: Add the OAuth token + run: composer config --global github-oauth.github.com ${{ secrets.COMPOSER_OAUTH }} - name: "Show the Composer configuration" run: composer config --global --list - name: "Cache dependencies installed with composer" @@ -121,6 +123,9 @@ jobs: - name: Show Composer version run: composer --version + - name: Add the OAuth token + run: composer config --global github-oauth.github.com ${{ secrets.COMPOSER_OAUTH }} + - name: Show the Composer configuration run: composer config --global --list @@ -160,6 +165,8 @@ jobs: tools: composer:v2.6 - name: "Show Composer version" run: composer --version + - name: Add the OAuth token + run: composer config --global github-oauth.github.com ${{ secrets.COMPOSER_OAUTH }} - name: "Show the Composer configuration" run: composer config --global --list - name: "Cache dependencies installed with composer" @@ -201,6 +208,8 @@ jobs: tools: composer:v2.6 - name: "Show Composer version" run: composer --version + - name: Add the OAuth token + run: composer config --global github-oauth.github.com ${{ secrets.COMPOSER_OAUTH }} - name: "Show the Composer configuration" run: composer config --global --list - name: "Cache dependencies installed with composer"