Skip to content

Commit f6d2aa6

Browse files
committed
Give perms
1 parent fe0a981 commit f6d2aa6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/deploy-preview.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ on:
1717
TOKEN:
1818
required: true
1919

20+
permissions:
21+
contents: write
22+
pull-requests: write
23+
2024
jobs:
2125
deploy-preview:
2226
name: Deploy Preview

.github/workflows/test-deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- main
77
workflow_dispatch:
88

9+
permissions:
10+
contents: write
11+
pull-requests: write
12+
913
jobs:
1014
test-deploy:
1115
name: Test deployment

0 commit comments

Comments
 (0)