Skip to content

Commit c34f2b7

Browse files
committed
CI: Set minimal permissions for powershell jobs
1 parent c2aa130 commit c34f2b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-powershell-module.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
required: true
99
default: main
1010

11+
permissions:
12+
contents: read
13+
1114
jobs:
1215
publish_module:
1316
name: Publish

0 commit comments

Comments
 (0)