Skip to content

Commit

Permalink
Merge pull request #19 from madewithlove/test-packagist-speed
Browse files Browse the repository at this point in the history
Fix packagist speed issues
  • Loading branch information
WouterSioen committed Nov 21, 2019
2 parents 576f344 + df35305 commit 3ef043f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -2,6 +2,16 @@ name: Continious Integration
on: push

jobs:
bump-packagist:
name: Send an update trigger to packagist
runs-on: ubuntu-latest
steps:
- name: Sends update trigger to packagist
env:
PACKAGIST_API_KEY: ${{ secrets.PACKAGIST_API_KEY }}
PACKAGIST_USERNAME: ${{ secrets.PACKAGIST_USERNAME }}
run: curl -XPOST -H'content-type:application/json' "https://packagist.org/api/update-package?username=${PACKAGIST_USERNAME}&apiToken=${PACKAGIST_API_KEY}" -d'{"repository":{"url":"https://packagist.org/packages/madewithlove/htaccess-cli"}}'

phpstan:
name: PHPStan
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3ef043f

Please sign in to comment.