Skip to content

Commit

Permalink
Update workflow.yml (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgoncearencu authored Nov 15, 2024
1 parent 39c9ac0 commit ea24215
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
${{ runner.os }}-composer-
- name: Login composer
run: composer config -g github-oauth.github.com ${{ secrets.COMPOSER_TOKEN }}
run: composer config -g github-oauth.github.com ${{ secrets.MACHINE_USER_PAT }}

- name: Install dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --no-suggest
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
${{ runner.os }}-composer-
- name: Login composer
run: composer config -g github-oauth.github.com ${{ secrets.COMPOSER_TOKEN }}
run: composer config -g github-oauth.github.com ${{ secrets.MACHINE_USER_PAT }}

- name: Install dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --no-suggest
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
${{ runner.os }}-composer-
- name: Login composer
run: composer config -g github-oauth.github.com ${{ secrets.COMPOSER_TOKEN }}
run: composer config -g github-oauth.github.com ${{ secrets.MACHINE_USER_PAT }}

- name: Install dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --no-suggest
Expand Down

0 comments on commit ea24215

Please sign in to comment.