Skip to content

Commit 6e9002a

Browse files
authored
Merge pull request #18 from Sorkai/copilot/sub-pr-17
Move permissions block after on block in test.yml for consistency
2 parents cb5c54b + ac7547a commit 6e9002a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
name: Extension Tests
2-
permissions:
3-
contents: read
42

53
on:
64
push:
@@ -9,6 +7,9 @@ on:
97
branches: [ main ]
108
workflow_dispatch:
119

10+
permissions:
11+
contents: read
12+
1213
jobs:
1314
test:
1415
strategy:

0 commit comments

Comments
 (0)