Skip to content

Commit 97b8bae

Browse files
committed
Update workflow
1 parent bc5bbdb commit 97b8bae

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/publish-powershell-module-psg.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ on:
88
defaults:
99
run:
1010
shell: "pwsh"
11+
permissions:
12+
actions: "write"
13+
checks: "write"
14+
contents: "write"
15+
deployments: "write"
16+
id-token: "write"
17+
security-events: "write"
18+
statuses: "write"
1119
jobs:
1220
main:
1321
name: "Main"

0 commit comments

Comments
 (0)