Skip to content

Commit aad7f85

Browse files
authored
chore: Remove dora from the release (kyma-project#4517)
1 parent d269b9c commit aad7f85

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/create-release.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -78,27 +78,6 @@ jobs:
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

0 commit comments

Comments
 (0)