From fb60ff98223f854e53068d740a83de5d6ad5bda1 Mon Sep 17 00:00:00 2001 From: Langleu Date: Wed, 20 Jul 2022 15:35:42 +0200 Subject: [PATCH] chore(ci): update GHA secrets to new Vault path --- .github/workflows/deploy-artifact.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-artifact.yml b/.github/workflows/deploy-artifact.yml index d2dc122b0..6788f3be3 100644 --- a/.github/workflows/deploy-artifact.yml +++ b/.github/workflows/deploy-artifact.yml @@ -36,10 +36,10 @@ jobs: roleId: ${{ secrets.VAULT_ROLE_ID }} secretId: ${{ secrets.VAULT_SECRET_ID }} secrets: | - secret/data/common/github.com/actions/camunda/zeebe-process-test REGISTRY_HUB_DOCKER_COM_USR; - secret/data/common/github.com/actions/camunda/zeebe-process-test REGISTRY_HUB_DOCKER_COM_PSW; - secret/data/common/github.com/actions/camunda/zeebe-process-test ARTIFACTS_USR; - secret/data/common/github.com/actions/camunda/zeebe-process-test ARTIFACTS_PSW; + secret/data/products/zeebe/ci/zeebe-process-test REGISTRY_HUB_DOCKER_COM_USR; + secret/data/products/zeebe/ci/zeebe-process-test REGISTRY_HUB_DOCKER_COM_PSW; + secret/data/products/zeebe/ci/zeebe-process-test ARTIFACTS_USR; + secret/data/products/zeebe/ci/zeebe-process-test ARTIFACTS_PSW; secret/data/github.com/organizations/camunda MAVEN_CENTRAL_DEPLOYMENT_USR; secret/data/github.com/organizations/camunda MAVEN_CENTRAL_DEPLOYMENT_PSW; secret/data/github.com/organizations/camunda MAVEN_CENTRAL_GPG_SIGNING_KEY_PASSPHRASE;