Skip to content

Commit 20cb7c0

Browse files
committed
ecr
1 parent ba091f2 commit 20cb7c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/newaws.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ on:
99
env:
1010
PYTHON_VERSION: 3.11
1111
AWS_REGION: us-east-1
12-
ECR_REPOSITORY: meta/hello-world
12+
ECR_REPOSITORY: meta/hello-world
13+
permissions:
14+
id-token: write
15+
contents: read
1316

1417
jobs:
1518
# Step 1: Install and Build

0 commit comments

Comments
 (0)