We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2261eda commit e321c38Copy full SHA for e321c38
.github/ci.yml .github/workflows/ci.yml.github/ci.yml renamed to .github/workflows/ci.yml
.github/workflows/create-releases.yml
@@ -24,3 +24,5 @@ jobs:
24
- name: Update Packagist
25
run: |-
26
curl -X POST -H 'Content-Type: application/json' 'https://packagist.org/api/update-package?username=${PACKAGIST_USERNAME}&apiToken=${PACKAGIST_SAFE_KEY}' -d '{"repository":"https://www.github.com/jacobzim-stl/pubtest-php"}'
27
+ env: PACKAGIST_USERNAME: ${{ secrets.PHP_PUBLISHING_TEST_PACKAGIST_USERNAME || secrets.PACKAGIST_USERNAME }}
28
+ PACKAGIST_SAFE_KEY: ${{ secrets.PHP_PUBLISHING_TEST_PACKAGIST_SAFE_KEY || secrets.PACKAGIST_KEY }}
0 commit comments