Skip to content

Commit 196f55a

Browse files
committed
ci: declare minimum permissions on fork-preview-deploy workflow
Signed-off-by: Arpit Jain <arpitjain099@gmail.com>
1 parent a39b0bb commit 196f55a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/fork-preview-deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
workflows: ["PR Preview Check"]
66
types: [completed]
77

8+
permissions:
9+
actions: read
10+
contents: write
11+
812
jobs:
913
deploy-fork:
1014
name: Trigger Preview Build and Deploy (Fork)

0 commit comments

Comments
 (0)