File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed
Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 88permissions :
99 issues : write
1010 contents : write
11+ id-token : write
1112
1213jobs :
1314 # Generates and uploads the IPA validation metrics to S3
@@ -53,14 +54,14 @@ jobs:
5354 working-directory : tools/spectral/ipa/metrics/scripts
5455 run : node dataDump.js
5556
56- failure-handler :
57- name : Failure Handler
58- needs : [ release-IPA-metrics ]
59- if : ${{ failure() }}
60- uses : ./.github/workflows/failure-handler.yml
61- with :
62- env : ' dev'
63- release_name : " IPA Metrics"
64- team_id : ${{ vars.JIRA_TEAM_ID_APIX_1 }}
65- secrets :
66- jira_api_token : ${{ secrets.JIRA_API_TOKEN }}
57+ # failure-handler:
58+ # name: Failure Handler
59+ # needs: [ release-IPA-metrics ]
60+ # if: ${{ failure() }}
61+ # uses: ./.github/workflows/failure-handler.yml
62+ # with:
63+ # env: 'dev'
64+ # release_name: "IPA Metrics"
65+ # team_id: ${{ vars.JIRA_TEAM_ID_APIX_1 }}
66+ # secrets:
67+ # jira_api_token: ${{ secrets.JIRA_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments