Skip to content

Commit b0cc3e3

Browse files
SONARPHP-1683 temp fix for automate release workflow (#1432)
1 parent 313321a commit b0cc3e3

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/automate_release.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,3 @@ jobs:
3939
secrets: |
4040
development/kv/data/jira user | JIRA_USER;
4141
development/kv/data/jira token | JIRA_TOKEN;
42-
43-
- name: Checkout repository
44-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45-
46-
- name: Create Jira Release Ticket
47-
id: create_ticket
48-
uses: SonarSource/release-github-actions/.github/actions/create-jira-release@SONARIAC-2092
49-
with:
50-
jira_user: ${{ fromJSON(steps.secrets.outputs.vault).JIRA_USER }}
51-
jira_token: {{ fromJSON(steps.secrets.outputs.vault).JIRA_TOKEN }}
52-
project_key: ${{ github.event.inputs.project_key }}
53-
project_name: ${{ github.event.inputs.project_name }}
54-
new_version: ${{ github.event.inputs.new_version }}
55-
short_description: ${{ github.event.inputs.short_description }}
56-
targeted_product: ${{ github.event.inputs.targeted_product }}
57-
sq_compatibility: ${{ github.event.inputs.sq_compatibility }}
58-
59-
- name: Echo Ticket Key
60-
run: echo "The created Jira ticket key is ${{ steps.create_ticket.outputs.ticket_key }}"

0 commit comments

Comments
 (0)