Skip to content

Commit 96f4ef2

Browse files
committed
fix: move to mirror.mage-os.org to prevent auth on Magento
1 parent 4a665b1 commit 96f4ef2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/php-package.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
tools: composer:v2
1717
- run: composer install
1818
shell: bash
19-
env:
20-
COMPOSER_AUTH: ${{secrets.COMPOSER_AUTH}}
2119
- run: composer format:check
2220
shell: bash
2321
tests:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"repositories": {
2525
"magento": {
2626
"type": "composer",
27-
"url": "https://repo.magento.com/"
27+
"url": "https://mirror.mage-os.org/"
2828
}
2929
},
3030
"autoload": {

0 commit comments

Comments
 (0)