Skip to content

Commit

Permalink
go
Browse files Browse the repository at this point in the history
  • Loading branch information
gritzkoo committed Jun 25, 2022
1 parent 24197ce commit 782ca1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packagist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
env:
API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PACKAGIST_PACKAGE_URL: "https://packagist.org/packages/gritzkoo/php-health-checker"
run: curl -XPOST -H'content-type:application/json' 'https://packagist.org/api/update-package?username=gritzkoo&apiToken=API_TOKEN' -d'{"repository":{"url":"PACKAGIST_PACKAGE_URL"}}'
run: curl -XPOST -H'content-type:application/json' 'https://packagist.org/api/update-package?username=gritzkoo&apiToken=${API_TOKEN}' -d'{"repository":{"url":"${PACKAGIST_PACKAGE_URL}"}}'

0 comments on commit 782ca1f

Please sign in to comment.