diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a4151bc..1296879 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,7 +53,7 @@ jobs: - name: 'Configure our repo' working-directory: magento run: | - vendor/bin/composer config repositories.sequra/magento2-core vcs git@github.com:sequra/magento2-core.git + # vendor/bin/composer config repositories.sequra/magento2-core vcs git@github.com:sequra/magento2-core.git vendor/bin/composer require sequra/magento2-core:"dev-${{ steps.extract_branch.outputs.branch }}" --no-update - name: 'debug' @@ -63,18 +63,7 @@ jobs: if: always() uses: MAD-I-T/magento-actions@v3.25 env: - COMPOSER_AUTH: | - { - "http-basic": { - "repo.magento.com": { - "username": "5310458a34d580de1700dfe826ff19a1", - "password": "255059b03eb9d30604d5ef52fca7465d" - } - }, - "github-oauth": { - "github.com": "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" - } - } + COMPOSER_AUTH: ${{secrets.COMPOSER_AUTH}} with: process: 'unit-test' unit_test_subset_path: 'vendor/sequra/magento2-core/Test/Unit'