Skip to content

Commit 8693fba

Browse files
id token fix
1 parent bcf9ba4 commit 8693fba

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/workflows/release-IPA-metrics.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
permissions:
99
issues: write
1010
contents: write
11+
id-token: write
1112

1213
jobs:
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 }}

0 commit comments

Comments
 (0)