Merge pull request 'use package writer token on CI' (#9) from package-writer into main
Some checks failed
Build, test and publish the Quarkus libraries / build (push) Has been cancelled

Reviewed-on: phoenix/quarkus-commons#9
This commit is contained in:
Jorge Bornhausen 2024-10-25 09:14:37 +00:00
commit 5781d857d4

View file

@ -25,7 +25,7 @@ jobs:
"httpHeaders": { "httpHeaders": {
"property": { "property": {
"name": "Authorization", "name": "Authorization",
"value": "token ${{ secrets.REGISTRY_TOKEN }}" "value": "token ${{ secrets.PHOENIX_PACKAGE_WRITER_TOKEN }}"
} }
} }
} }