Skip to content

Commit 8885a34

Browse files
Update GitHub Actions workflow to add permissions and improve formatting
1 parent a76a068 commit 8885a34

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/Docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
- mkdocs.yml
1111
- .github/workflows/Docs.yml
1212

13+
permissions: {}
14+
1315
env:
1416
GH_TOKEN: ${{ github.token }}
1517

@@ -20,7 +22,6 @@ defaults:
2022
jobs:
2123
build:
2224
runs-on: ubuntu-latest
23-
2425
permissions:
2526
contents: read # to checkout the repo
2627
steps:

0 commit comments

Comments
 (0)