We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e36b662 commit 87fc179Copy full SHA for 87fc179
1 file changed
.github/workflows/dogfood.yml
@@ -20,12 +20,11 @@ jobs:
20
secrets: |
21
development/github/token/{REPO_OWNER_NAME_DASH}-dogfood-merge token | dogfood_token;
22
- name: git octopus step
23
- env:
24
- GITHUB_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).dogfood_token }}
25
id: dogfood
26
uses: SonarSource/gh-action_dogfood_merge@v1
27
with:
28
dogfood-branch: 'dogfood-on-peach'
+ github-token: ${{ fromJSON(steps.secrets.outputs.vault).dogfood_token }}
29
# Use the output from the `dogfood` step
30
- name: Get the name of the dogfood branch and its HEAD SHA1
31
run: echo "The dogfood branch was ${{ steps.dogfood.outputs.dogfood-branch }} and its HEAD SHA1 was ${{ steps.dogfood.outputs.sha1 }}"
0 commit comments