Skip to content

Commit 995e45f

Browse files
authored
Merge pull request #870 from camunda/maven-central-credentials
fix(maven-central): Use tokens to authenticate with Maven Central for…
2 parents da5c589 + 17ec874 commit 995e45f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
5959
secret/data/github.com/organizations/camunda MAVEN_CENTRAL_GPG_SIGNING_KEY_PASSPHRASE;
6060
secret/data/github.com/organizations/camunda MAVEN_CENTRAL_GPG_SIGNING_KEY_SEC;
6161
secret/data/github.com/organizations/camunda MAVEN_CENTRAL_GPG_SIGNING_KEY_PUB;
62-
secret/data/github.com/organizations/camunda MAVEN_CENTRAL_DEPLOYMENT_USR;
63-
secret/data/github.com/organizations/camunda MAVEN_CENTRAL_DEPLOYMENT_PSW;
62+
secret/data/github.com/organizations/camunda MAVEN_CENTRAL_DEPLOYMENT_USR_C7;
63+
secret/data/github.com/organizations/camunda MAVEN_CENTRAL_DEPLOYMENT_PSW_C7;
6464
secret/data/products/zeebe/ci/zeebe ARTIFACTS_USR;
6565
secret/data/products/zeebe/ci/zeebe ARTIFACTS_PSW;
6666
@@ -109,8 +109,8 @@ jobs:
109109
},
110110
{
111111
"id": "central",
112-
"username": "${{ steps.secrets.outputs.MAVEN_CENTRAL_DEPLOYMENT_USR }}",
113-
"password": "${{ steps.secrets.outputs.MAVEN_CENTRAL_DEPLOYMENT_PSW }}"
112+
"username": "${{ steps.secrets.outputs.MAVEN_CENTRAL_DEPLOYMENT_USR_C7 }}",
113+
"password": "${{ steps.secrets.outputs.MAVEN_CENTRAL_DEPLOYMENT_PSW_C7 }}"
114114
}]
115115
mirrors: |
116116
[{

0 commit comments

Comments
 (0)