set package url

This commit is contained in:
Ben Harris 2021-03-17 11:07:33 -04:00
parent cb9ee8a6ce
commit d315ead831
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ steps:
- >-
curl -X POST -H "content-type:application/json"
"https://packagist.org/api/update-package?username=benharri&apiToken=$API_TOKEN"
-d'{"repository":{"url":"PACKAGIST_PACKAGE_URL"}}'
-d'{"repository":{"url":"https://packagist.org/packages/tildeteam/wiki"}}'
environment:
API_TOKEN:
from_secret: API_TOKEN