Skip to content

Commit ab5b6e0

Browse files
CLOUDP-290416: Fix pass secrets
1 parent fa602c3 commit ab5b6e0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ on:
1010
# required: true
1111
api_bot_pat:
1212
required: true
13+
IPA_S3_BUCKET_DW_STAGING_USERNAME:
14+
required: true
15+
IPA_S3_BUCKET_DW_STAGING_PASSWORD:
16+
required: true
17+
IPA_S3_BUCKET_DW_STAGING_PREFIX:
18+
required: true
1319
# inputs:
1420
# env:
1521
# description: 'Environment for the FOAS to use for IPA metrics collection'
@@ -29,7 +35,7 @@ jobs:
2935

3036
- name: Get Previous Run Date and Status
3137
id: get_previous_status
32-
uses: actions/github-script@v4
38+
uses: actions/github-script@v7
3339
with:
3440
github-token: ${{ secrets.api_bot_pat }}
3541
script: |

0 commit comments

Comments
 (0)