We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe69e0 commit bfa472eCopy full SHA for bfa472e
1 file changed
.github/workflows/verified-approvals.yml
@@ -18,11 +18,11 @@ jobs:
18
uses: SonarSource/vault-action-wrapper@3d5c87cb535e4a2c7a09adcbcfdefa751854dee3 # 3.3.0
19
with:
20
secrets: |
21
- development/github/token/SonarSource-ci-github-actions-jira token | ORG_GITHUB_TOKEN;
+ development/github/token/{REPO_OWNER_NAME_DASH}-jira token | GITHUB_TOKEN;
22
- name: Check approvals
23
if: github.event_name != 'merge_group'
24
env:
25
- GH_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).ORG_GITHUB_TOKEN }}
+ GH_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).GITHUB_TOKEN }}
26
PR_NUMBER: ${{ github.event.pull_request.number }}
27
IS_FORK: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
28
ORG: SonarSource
0 commit comments