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
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:
commit
5781d857d4
1 changed files with 1 additions and 1 deletions
|
@ -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 }}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue