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 }}