Skip to content

Commit 87fc179

Browse files
vdiezclaude
andauthored
JS-939 Fix dogfood workflow: pass github-token as input parameter (#5898)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent e36b662 commit 87fc179

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/dogfood.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@ jobs:
2020
secrets: |
2121
development/github/token/{REPO_OWNER_NAME_DASH}-dogfood-merge token | dogfood_token;
2222
- name: git octopus step
23-
env:
24-
GITHUB_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).dogfood_token }}
2523
id: dogfood
2624
uses: SonarSource/gh-action_dogfood_merge@v1
2725
with:
2826
dogfood-branch: 'dogfood-on-peach'
27+
github-token: ${{ fromJSON(steps.secrets.outputs.vault).dogfood_token }}
2928
# Use the output from the `dogfood` step
3029
- name: Get the name of the dogfood branch and its HEAD SHA1
3130
run: echo "The dogfood branch was ${{ steps.dogfood.outputs.dogfood-branch }} and its HEAD SHA1 was ${{ steps.dogfood.outputs.sha1 }}"

0 commit comments

Comments
 (0)