Skip to content

Commit 718c94c

Browse files
committed
add workflow permissions
1 parent 47d04a3 commit 718c94c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/amazon-machine-image.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Build AMI
33
on:
44
workflow_dispatch:
55

6+
permissions:
7+
id-token: write
8+
contents: read
9+
610
jobs:
711
build-ami:
812
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)