Skip to content

Commit dc3de8a

Browse files
committed
Fix permissions indentation in build workflow
1 parent e6f6221 commit dc3de8a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ on:
55
branches:
66
- main
77

8-
permissions:
9-
contents: read
8+
9+
1010

1111
jobs:
1212
build:
13+
permissions:
14+
contents: read
15+
permissions:
16+
contents: read
1317
name: Build All Projects
1418
runs-on: ubuntu-latest
1519

0 commit comments

Comments
 (0)