Skip to content

Commit bcf9ba4

Browse files
fix env variables
1 parent 369b7cd commit bcf9ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
aws-region: ${{ vars.AWS_DEFAULT_REGION}}
4848

4949
- name: Dump Metric Collection Job Data to S3
50-
with:
50+
env:
5151
AWS_REGION: ${{ vars.AWS_DEFAULT_REGION}}
5252
S3_BUCKET_PREFIX: ${{ secrets.IPA_S3_BUCKET_DW_STAGING_PREFIX}}
5353
working-directory: tools/spectral/ipa/metrics/scripts

0 commit comments

Comments
 (0)