Skip to content

Commit 385620d

Browse files
committed
[PRMP-1567] Add secrets variable to workflow
1 parent 7396a22 commit 385620d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run-bulk-upload-dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ jobs:
3232
sandbox: "${{ inputs.sandbox }}"
3333
combi-settings: "${{ inputs.combi-settings }}"
3434
file-count: "${{ inputs.file-count }}"
35+
secrets:
36+
AWS_ASSUME_ROLE: ${{ secrets.AWS_ASSUME_ROLE }}

0 commit comments

Comments
 (0)