We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1255105 commit d32562cCopy full SHA for d32562c
.github/workflows/automation.yml
@@ -269,6 +269,9 @@ jobs:
269
with:
270
fetch-depth: 0
271
272
+ - name: Add HTTP basic auth credentials
273
+ run: echo '${{ secrets.COMPOSER_AUTH_JSON }}' > $GITHUB_WORKSPACE/auth.json
274
+
275
# Runs a single command using the runners shell
276
- name: Run a one-line script
277
run: |
@@ -279,10 +282,8 @@ jobs:
279
282
php composer-setup.php
280
283
php -r "unlink('composer-setup.php');"
281
284
composer --version
- composer global config http-basic.repo.magento.com ee2bca233fc2a75d555a1a7489fba0ef aa95fe5d597c8d63b7e3f211c391eba4
285
composer install
286
-
287
- name: Generate version
288
id: gen_release_meta
289
0 commit comments