Skip to content

Commit 483cc8f

Browse files
committed
chore: Define secrets to be passed to integ test workflow
1 parent 8124759 commit 483cc8f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/integ-tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ name: Integ Tests
33
on:
44
workflow_dispatch: {}
55
workflow_call:
6+
secrets:
7+
INTEG_TEST_ROLE_ARN:
8+
required: true
9+
description: ""
10+
INTEG_TEST_REGION:
11+
required: true
12+
description: ""
613
push:
714
branches:
815
- main

0 commit comments

Comments
 (0)