Skip to content

Commit 1252872

Browse files
committed
Perms
1 parent 29d5ee7 commit 1252872

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release-all.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ permissions:
1414
contents: write
1515
actions: write
1616
packages: write
17+
issues: read
18+
pull-requests: read
1719

1820
on:
1921
workflow_dispatch:

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ name: Release
22
run-name: Release ${{ github.event.inputs.version || github.event.inputs.releaseType }}
33

44
permissions:
5-
contents: read
5+
contents: write
66
packages: write
7+
issues: read
8+
pull-requests: read
79

810
on:
911
workflow_dispatch:

0 commit comments

Comments
 (0)