We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528419b commit c81747cCopy full SHA for c81747c
.github/workflows/optional-spec-validations.yml
@@ -61,14 +61,10 @@ jobs:
61
env: ${{ inputs.env }}
62
task_name: 'Optional Postman validation'
63
team_id: ${{ vars.JIRA_TEAM_ID_APIX_1 }}
64
- secrets:
65
- jira_api_token: ${{ secrets.JIRA_API_TOKEN }}
66
- name: Create Issue - IPA validation Failed
67
if: ${{ failure() && steps.ipa-spectral-validation.outcome == 'failure'}}
68
uses: ./.github/workflows/task-failure-handler.yml
69
with:
70
71
task_name: 'Optional IPA validation'
72
73
74
0 commit comments