File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 39
39
secrets : |
40
40
development/kv/data/jira user | JIRA_USER;
41
41
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 }}"
You can’t perform that action at this time.
0 commit comments