Skip to content

Commit f992676

Browse files
authored
Merge pull request #17 from Imageomics/egrace479-patch-1
Scope workflow permissions
2 parents f5a4755 + a67d183 commit f992676

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ name: Deploy MkDocs to GitHub Pages
22

33
on:
44
push:
5-
branches: [ main, master, feature/doc_use_case ]
6-
workflow_dispatch:
5+
branches:
6+
- main
7+
8+
permissions:
9+
pages: write
10+
contents: write
711

812
jobs:
913
deploy:

0 commit comments

Comments
 (0)