Skip to content

Commit 74afd2d

Browse files
1 parent acc9b11 commit 74afd2d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,21 @@ jobs:
6464
- name: Install npm dependencies
6565
run: npm install
6666

67-
- name: Download openapi-foas
68-
uses: actions/download-artifact@v4
69-
with:
70-
name: openapi-foas-dev # TODO: Change to passed input env
71-
github-token: ${{ secrets.api_bot_pat }}
72-
run-id: ${{ github.run_id }}
67+
# - name: Download openapi-foas
68+
# uses: actions/download-artifact@v4
69+
# with:
70+
# name: openapi-foas-dev # TODO: Change to passed input env
71+
# github-token: ${{ secrets.api_bot_pat }}
72+
# run-id: ${{ github.run_id }}
7373

7474
- name: Run Metric Collection Job
7575
working-directory: ./tools/spectral/ipa/metrics/scripts
76-
run: node runMetricCollection.js ../../../../../openapi-foas.json
76+
run: node runMetricCollection.js ../../../../../openapi/v2.json # TODO: Change to foas in release run
7777

7878
- name: Dump Metric Collection Job Data to S3
7979
env:
8080
AWS_ACCESS_KEY_ID: ${{ secrets.IPA_S3_BUCKET_DW_STAGING_USERNAME }} # TODO: Change to passed secret
8181
AWS_SECRET_ACCESS_KEY: ${{ secrets.IPA_S3_BUCKET_DW_STAGING_PASSWORD }} # TODO: Change to passed secret
8282
S3_BUCKET_PREFIX: ${{ secrets.IPA_S3_BUCKET_DW_STAGING_PREFIX }} # TODO: Change to passed secret
8383
working-directory: ./tools/spectral/ipa/metrics/scripts
84-
run: node dataDump.js ../../../../../openapi-foas.json
84+
run: node dataDump.js ../../../../../openapi/v2.json # TODO: Change to foas in release run

0 commit comments

Comments
 (0)