Skip to content

Commit

Permalink
Update static-analysis.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
blankse committed May 3, 2024
1 parent 48629e6 commit 1288c25
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
- name: "Add authentication for private pimcore packages"
run: |
composer config --global --auth http-basic.enterprise.repo.pimcore.com token ${{ secrets.COMPOSER_PIMCORE_REPO_TOKEN }}
- name: "Setup Pimcore environment"
run: |
.github/ci/scripts/setup-pimcore-environment.sh
Expand Down Expand Up @@ -67,4 +64,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: phpstan-baseline.neon
path: phpstan-baseline.neon
path: phpstan-baseline.neon

0 comments on commit 1288c25

Please sign in to comment.