File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 7878 RELEASE_ID : ${{ steps.create-draft.outputs.release_id }}
7979 run : ./.github/scripts/publish_release.sh
8080
81- - name : Setup GitHub CLI
82- run : |
83- gh config set --host github.tools.sap git_protocol https
84- echo "${{ secrets.GH_TOOLS_SERVICE_USER_PAT }}" | gh auth login --with-token --hostname github.tools.sap
85-
86- - name : DORA metrics - Release created
87- run : |
88- gh api \
89- --method POST \
90- -H "Accept: application/vnd.github+json" \
91- -H "X-GitHub-Api-Version: 2022-11-28" \
92- /repos/kyma/dora-integration/actions/workflows/124729/dispatches \
93- -f 'ref=main' `: # branch with the DORA-integration workflow` \
94- -f 'inputs[component_host]=github.com' \
95- -f 'inputs[component_organisation]=kyma-project' \
96- -f 'inputs[component_repository]=busola' \
97- -f 'inputs[component_ref]=${{ github.event.inputs.name }}' \
98- -f 'inputs[component]=busola'
99- env :
100- GH_TOKEN : ${{ secrets.GH_TOOLS_SERVICE_USER_PAT }}
101- GH_HOST : github.tools.sap
10281 outputs :
10382 release_id : ${{ steps.create-draft.outputs.release_id }}
10483
You can’t perform that action at this time.
0 commit comments