Skip to content

Commit 6742dbb

Browse files
authored
Update e2e-infra-deploy.yml
Signed-off-by: Henrique Graca <999396+hjgraca@users.noreply.github.com>
1 parent 1abdf3c commit 6742dbb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/e2e-infra-deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ on:
1313
workflow_call:
1414

1515
permissions:
16-
id-token: write
1716
contents: read
1817

1918
jobs:
2019
deploy-core-stack:
2120
runs-on: aws-powertools_ubuntu-latest_8-core
21+
permissions:
22+
id-token: write
23+
contents: read
2224
steps:
2325
- name: Checkout code
2426
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

0 commit comments

Comments
 (0)