Skip to content

Commit

Permalink
Remove 'Setup Composer Token' run step
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed May 9, 2021
1 parent 9ddf45b commit 50b516a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,6 @@ jobs:
restore-keys: |
${{ runner.os }}-composer-
- name: Setup Composer Token
run: |
# To increase the GitHub rate limit we're use GitHub authentication
if [ ! -z '${{ secrets.COMPOSER_TOKEN }}' ]; then
composer config github-oauth.github.com ${{ secrets.COMPOSER_TOKEN }}
fi
- name: Install Project Dependencies for PHP
run: composer install --prefer-dist --no-interaction --no-ansi --no-progress --no-suggest

Expand Down

0 comments on commit 50b516a

Please sign in to comment.