We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa602c3 commit ab5b6e0Copy full SHA for ab5b6e0
.github/workflows/release-IPA-metrics.yml
@@ -10,6 +10,12 @@ on:
10
# required: true
11
api_bot_pat:
12
required: true
13
+ IPA_S3_BUCKET_DW_STAGING_USERNAME:
14
+ required: true
15
+ IPA_S3_BUCKET_DW_STAGING_PASSWORD:
16
17
+ IPA_S3_BUCKET_DW_STAGING_PREFIX:
18
19
# inputs:
20
# env:
21
# description: 'Environment for the FOAS to use for IPA metrics collection'
@@ -29,7 +35,7 @@ jobs:
29
35
30
36
- name: Get Previous Run Date and Status
31
37
id: get_previous_status
32
- uses: actions/github-script@v4
38
+ uses: actions/github-script@v7
33
39
with:
34
40
github-token: ${{ secrets.api_bot_pat }}
41
script: |
0 commit comments