Skip to content

Commit 4e8bf18

Browse files
fix: optic release action permissions (#533)
1 parent 9a2345e commit 4e8bf18

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name: release
2-
32
on:
43
workflow_dispatch:
54
inputs:
65
semver:
7-
description: "The semver to use"
6+
description: The semver to use
87
required: true
9-
default: "patch"
8+
default: patch
109
type: choice
1110
options:
1211
- patch
@@ -19,8 +18,9 @@ jobs:
1918
release:
2019
runs-on: ubuntu-latest
2120
permissions:
22-
pull-requests: write
2321
contents: write
22+
issues: write
23+
pull-requests: write
2424
steps:
2525
- uses: nearform-actions/optic-release-automation-action@v4
2626
with:

0 commit comments

Comments
 (0)