Skip to content

Commit 0f78590

Browse files
committed
Update permissions in GitHub Actions workflow to restrict contents access to read
1 parent be86cfc commit 0f78590

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/preview.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ on:
99
- closed
1010

1111
permissions:
12-
contents: write
12+
contents: read
13+
pages: write
14+
id-token: write
1315

1416
concurrency:
1517
group: "pr-preview"

0 commit comments

Comments
 (0)