Skip to content

Commit 8e0983a

Browse files
authored
Fix packer OIDC permissions (#738)
1 parent 02564fe commit 8e0983a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-ami.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
paths:
66
- environment/**
77
- .github/workflows/build-ami.yml
8+
permissions:
9+
contents: read
10+
id-token: write
811
jobs:
912
build-ami:
1013
environment: aws

0 commit comments

Comments
 (0)