Skip to content

Commit bfa472e

Browse files
BUILD-10590 fix secret retrieval
1 parent 4fe69e0 commit bfa472e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/verified-approvals.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
uses: SonarSource/vault-action-wrapper@3d5c87cb535e4a2c7a09adcbcfdefa751854dee3 # 3.3.0
1919
with:
2020
secrets: |
21-
development/github/token/SonarSource-ci-github-actions-jira token | ORG_GITHUB_TOKEN;
21+
development/github/token/{REPO_OWNER_NAME_DASH}-jira token | GITHUB_TOKEN;
2222
- name: Check approvals
2323
if: github.event_name != 'merge_group'
2424
env:
25-
GH_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).ORG_GITHUB_TOKEN }}
25+
GH_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).GITHUB_TOKEN }}
2626
PR_NUMBER: ${{ github.event.pull_request.number }}
2727
IS_FORK: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
2828
ORG: SonarSource

0 commit comments

Comments
 (0)