From 48447d270a153ce7991239db0060ad714770fe70 Mon Sep 17 00:00:00 2001 From: Mikel Martin Date: Thu, 28 Dec 2023 18:55:41 +0100 Subject: [PATCH] Fix composer configuration COMPOSER_TOKEN: secrets.GITHUB_TOKEN --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 261f8f0..f9d4258 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,6 +48,8 @@ jobs: no_push: 1 ## add this arg to not push to the repo ideal for quick test on specific version - uses: "shivammathur/setup-php@v2" + env: + COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: php-version: "8.2" - name: 'Configure our repo'