From c272f35e7f2121fff5919bdd7042b862e345c070 Mon Sep 17 00:00:00 2001 From: Pavel Mikula Date: Tue, 30 Jul 2024 17:13:44 +0200 Subject: [PATCH] Use github-jira-integration token --- .github/workflows/credcheck.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/credcheck.yml b/.github/workflows/credcheck.yml index 0f98c44b5..ec928598e 100644 --- a/.github/workflows/credcheck.yml +++ b/.github/workflows/credcheck.yml @@ -12,13 +12,12 @@ jobs: runs-on: ubuntu-latest permissions: id-token: write - pull-requests: write # FIXME: Test, likely not needed steps: - id: secrets uses: SonarSource/vault-action-wrapper@v3 with: secrets: | - operations/team/re/kv/data/re-service-config/gh-terraform token | GITHUB_TOKEN; + operations/team/re/kv/data/github/github-jira-integration token | GITHUB_TOKEN; - uses: sonarsource/gh-action-lt-backlog/Test@Pavel/Dev with: github-token: ${{ fromJSON(steps.secrets.outputs.vault).GITHUB_TOKEN }}