Skip to content

Commit 92895d8

Browse files
authored
[PRMP-1421] Workflow credentials fix (#505)
1 parent e7c007e commit 92895d8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/lambdas-dev-to-main-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ on:
1212
paths:
1313
- 'lambdas/**'
1414
workflow_call:
15-
15+
secrets:
16+
AWS_ASSUME_ROLE:
17+
required: true
1618

1719
permissions:
1820
pull-requests: write

.github/workflows/ui-dev-to-main-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
paths:
1414
- 'app/**'
1515
workflow_call:
16+
secrets:
17+
AWS_ASSUME_ROLE:
18+
required: true
1619

1720
permissions:
1821
pull-requests: write

0 commit comments

Comments
 (0)