Skip to content

Commit c81747c

Browse files
drive-by fix
1 parent 528419b commit c81747c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/optional-spec-validations.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,10 @@ jobs:
6161
env: ${{ inputs.env }}
6262
task_name: 'Optional Postman validation'
6363
team_id: ${{ vars.JIRA_TEAM_ID_APIX_1 }}
64-
secrets:
65-
jira_api_token: ${{ secrets.JIRA_API_TOKEN }}
6664
- name: Create Issue - IPA validation Failed
6765
if: ${{ failure() && steps.ipa-spectral-validation.outcome == 'failure'}}
6866
uses: ./.github/workflows/task-failure-handler.yml
6967
with:
7068
env: ${{ inputs.env }}
7169
task_name: 'Optional IPA validation'
7270
team_id: ${{ vars.JIRA_TEAM_ID_APIX_1 }}
73-
secrets:
74-
jira_api_token: ${{ secrets.JIRA_API_TOKEN }}

0 commit comments

Comments
 (0)