Skip to content

Commit

Permalink
Use github-jira-integration token
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-mikula-sonarsource committed Jul 30, 2024
1 parent 9fa09d2 commit c272f35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/credcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit c272f35

Please sign in to comment.