From eb712d76540e5d1f3756303f30387657fb204e52 Mon Sep 17 00:00:00 2001 From: Malena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com> Date: Wed, 28 Sep 2022 11:21:52 +0200 Subject: [PATCH] fix(BUILD-1948): fix vault-action usage --- action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index a1e9013..1fb4c98 100644 --- a/action.yaml +++ b/action.yaml @@ -31,11 +31,11 @@ runs: - name: Fetch access token id: secrets if: ${{ !(inputs.jfrogAccessToken) }} - uses: SonarSource/gh-action_release/vault-action@${{ github.action_ref }}s + uses: SonarSource/vault-action-wrapper@d1c1ab4ca5ad07fd9cdfe1eff038a39673dfca64 # tag=2.4.2-1 with: url: ${{ inputs.vaultUrl }} secrets: | - development/artifactory/token/REPO_OWNER_NAME_DASH-${{ inputs.artifactoryRoleSuffix }} access_token | artifactory_access_token; + development/artifactory/token/{REPO_OWNER_NAME_DASH}-${{ inputs.artifactoryRoleSuffix }} access_token | artifactory_access_token; - name: Setup JFrog CLI uses: jfrog/setup-jfrog-cli@11ee3f9bb82595485cb55670e4f93885080e183b # tag=v2.4.1 with: