Skip to content

Commit 208d23a

Browse files
authored
chore(ci): fix publish_layer permissions
1 parent 8c32754 commit 208d23a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish_layer.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Deploy layer to all regions
22

33
permissions:
44
id-token: write
5-
contents: read
5+
contents: write
6+
pages: write
67

78
on:
89
# Manual trigger

0 commit comments

Comments
 (0)