Skip to content

Commit

Permalink
Update codeception.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-moser authored May 6, 2024
1 parent c886321 commit 91b01bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeception.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:

- name: "Add authentication for private pimcore packages"
run: |
composer config --global --auth http-basic.enterprise.repo.pimcore.com token ${{ secrets.COMPOSER_PIMCORE_REPO_TOKEN }}
composer config repositories.private-packagist composer https://repo.pimcore.com/github-actions/
composer config --global --auth http-basic.repo.pimcore.com github-actions ${{ secrets.COMPOSER_PIMCORE_REPO_PACKAGIST_TOKEN }}
- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v3"
Expand Down

0 comments on commit 91b01bf

Please sign in to comment.