From f3dfd7fc85a6742d136bc6ef01f6f5568f957ac0 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Tue, 12 Nov 2024 12:40:58 +0100 Subject: [PATCH] [TASK] Use the Composer OAuth token for the seminars early access --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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"