use package writer token on CI
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 1m20s

This commit is contained in:
Jorge Bornhausen 2024-10-24 10:56:26 +02:00
parent 8bdcaf16bb
commit c337bd6a55

View file

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