File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ jobs:
16
16
name : Update dogfood branch
17
17
permissions :
18
18
id-token : write # required for SonarSource/vault-action-wrapper
19
- contents : write # required to grant GITHUB_TOKEN writing permission
20
19
steps :
21
20
- name : get secrets
22
21
id : secrets
23
22
uses : SonarSource/vault-action-wrapper@v2
24
23
with :
25
24
secrets : |
26
25
development/kv/data/slack webhook | SLACK_WEBHOOK;
26
+ development/github/token/{REPO_OWNER_NAME_DASH}-dogfood-merge token | dogfood_token;
27
27
- name : git octopus step
28
28
env :
29
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
29
+ GITHUB_TOKEN : ${{ fromJSON(steps. secrets.outputs.vault).dogfood_token }}
30
30
id : dogfood
31
31
uses : SonarSource/gh-action_dogfood_merge@v1
32
32
with :
You can’t perform that action at this time.
0 commit comments