Skip to content

Commit

Permalink
fix(BUILD-1948): fix vault-action usage
Browse files Browse the repository at this point in the history
  • Loading branch information
malena-ebert-sonarsource committed Sep 28, 2022
1 parent 90534a7 commit eb712d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit eb712d7

Please sign in to comment.