fix CI
Tests & Lint & Deploy to Railway / build (20.x, 8.3) (push) Successful in 2m2s Details

This commit is contained in:
aslan 2024-02-10 14:26:16 +03:00
parent 023dba341a
commit eb4206e86d
1 changed files with 4 additions and 4 deletions

View File

@ -45,10 +45,10 @@ jobs:
sudo curl -o ~/.composer/keys.tags.pub -sL https://composer.github.io/releases.pub sudo curl -o ~/.composer/keys.tags.pub -sL https://composer.github.io/releases.pub
sudo curl -o ~/.composer/keys.dev.pub -sL https://composer.github.io/snapshots.pub sudo curl -o ~/.composer/keys.dev.pub -sL https://composer.github.io/snapshots.pub
- name: Diagnose composer # - name: Diagnose composer
env: # env:
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH_JSON }} # only this works # COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH_JSON }} # only this works
run: composer diagnose -vvv # run: composer diagnose -vvv
- name: Install dependencies - name: Install dependencies
env: env:
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH_JSON }} # only this works COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH_JSON }} # only this works