Skip to content

Commit abe0ed1

Browse files
committed
Update permissions so workflow can publish.
1 parent 7beb95c commit abe0ed1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/publish_docs_preview.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@ name: 'Publish Preview of Docs Site'
22

33
on:
44
pull_request:
5-
workflow_dispatch:
5+
types:
6+
- opened
7+
- reopened
8+
- synchronize
9+
- closed
610

711
permissions:
812
pages: 'write'
913
id-token: 'write'
14+
contents: 'write'
1015

1116
jobs:
1217
build:

0 commit comments

Comments
 (0)