From 95d1ed142d33099bfeb04d5f4946bdf4092e2ee8 Mon Sep 17 00:00:00 2001 From: Mikel Martin Date: Thu, 28 Dec 2023 19:21:45 +0100 Subject: [PATCH] Hardcode creds --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 26aa722..18bec38 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,14 +40,14 @@ jobs: - name: 'install fresh magento repo' uses: MAD-I-T/magento-actions@v3.25 + env: + COMPOSER_AUTH: ${{secrets.COMPOSER_AUTH}} with: process: 'install-magento' magento_version: ${{ matrix.magento_version }} 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: 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 with: php-version: "8.2" - name: 'Configure our repo'