Skip to content

Commit e321c38

Browse files
chore: codeflow fixes
1 parent 2261eda commit e321c38

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
File renamed without changes.

.github/workflows/create-releases.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ jobs:
2424
- name: Update Packagist
2525
run: |-
2626
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

Comments
 (0)