Skip to content

Commit 99cf740

Browse files
committed
Cleanup
1 parent 873f9d5 commit 99cf740

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/magento-installation.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
- name: Setup local composer package
4242
env:
4343
COMPOSER_NAME: ${{ secrets.COMPOSER_NAME }}
44-
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4544
run: |
4645
MAGENTO_VERSION=`cat ${GITHUB_WORKSPACE}/.github/workflows/magento_version.txt`
4746
BRANCH=magento-`echo $MAGENTO_VERSION | cut -f'1-2' -d\.`
@@ -57,9 +56,7 @@ jobs:
5756
- name: Composer installation
5857
run: |
5958
cd /tmp/m2
60-
COMPOSER_MEMORY_LIMIT=-1 composer install --prefer-source --no-interaction --no-progress --no-suggest --no-dev
61-
env:
62-
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59+
COMPOSER_MEMORY_LIMIT=-1 composer install --prefer-source --no-interaction --no-progress --no-dev
6360
- name: Magento installation
6461
run: |
6562
cd /tmp/m2

0 commit comments

Comments
 (0)