Skip to content

Commit 7b8525d

Browse files
committed
Add deployment permissions
1 parent 452f975 commit 7b8525d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy to SST
1+
name: Deploy using SST
22

33
on:
44
push:
@@ -8,6 +8,7 @@ on:
88

99
permissions:
1010
contents: read
11+
deployments: write
1112
pull-requests: write
1213
issues: write
1314

0 commit comments

Comments
 (0)