From 4d8c6d3b2e10d99e70b182edc39f796dbccf7ccf Mon Sep 17 00:00:00 2001 From: Pavel Mikula Date: Wed, 31 Jul 2024 11:20:23 +0200 Subject: [PATCH] Use vault repo token --- .github/workflows/credcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/credcheck.yml b/.github/workflows/credcheck.yml index ec928598e..1403ce6f1 100644 --- a/.github/workflows/credcheck.yml +++ b/.github/workflows/credcheck.yml @@ -17,7 +17,7 @@ jobs: uses: SonarSource/vault-action-wrapper@v3 with: secrets: | - operations/team/re/kv/data/github/github-jira-integration token | GITHUB_TOKEN; + development/github/token/{REPO_OWNER_NAME_DASH}-jira token | GITHUB_TOKEN; - uses: sonarsource/gh-action-lt-backlog/Test@Pavel/Dev with: github-token: ${{ fromJSON(steps.secrets.outputs.vault).GITHUB_TOKEN }}