Skip to content

Commit 03aa7b9

Browse files
authored
Merge pull request #252 from mage-os/main
Updating release/mage-os-2.0 with build improvements
2 parents 95e031f + 07f943a commit 03aa7b9

19 files changed

+57
-34
lines changed

.github/workflows/download-missing-packages.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,16 @@ jobs:
3535
git config user.name "GitHub Actions Bot"
3636
git config user.email "github-actions[bot]@users.noreply.github.com"
3737
38+
- name: Configure Composer Authentication
39+
run: |
40+
mkdir -p ~/.composer
41+
echo '${{ secrets.COMPOSER_AUTH }}' > ~/.composer/auth.json
42+
3843
- name: Run mirror script
3944
run: node src/make/mirror.js --outputDir=build
4045

4146
- name: Run download script
4247
run: php bin/download-all-missing-packages-from-repo-magento-com.php
43-
env:
44-
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH }}
4548

4649
- name: Check for changes
4750
id: git-check
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)