Skip to content

Commit

Permalink
[MCIL-126] update
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaconsalvi committed May 6, 2024
1 parent 036c8db commit 98780ba
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,18 @@ jobs:
curl -u ${{ secrets.JIRA_USER_EMAIL }}:${{ secrets.JIRA_API_TOKEN }} -X POST --data '{"transition":{"id":"31"}}' -H "Content-Type: application/json" ${{ secrets.JIRA_BASE_URL }}/rest/api/3/issue/$key/transitions
done
#
# Login to Azure.
#
- name: Login to Azure for OpenApi version Update
if: steps.semantic.outputs.new_release_published == 'true'
uses: azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

- name: Update OpenAPI
if: steps.semantic.outputs.new_release_published == 'true'
run: |
Expand Down

0 comments on commit 98780ba

Please sign in to comment.