Skip to content

Commit 294bd32

Browse files
authored
Merge pull request #13 from pwshdevs/update-workflow
Update workflow
2 parents 47a2b24 + 9a1888e commit 294bd32

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/update-module-version.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ on:
88

99
jobs:
1010
update_module_version:
11+
name: Update Module Version
1112
runs-on: ubuntu-latest
1213
env:
1314
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1415
permissions:
15-
contents: write
16+
contents: write
17+
issues: read
18+
checks: write
19+
pull-requests: write
1620

1721
steps:
1822
- name: checkout

0 commit comments

Comments
 (0)