Skip to content

Commit 90e2db2

Browse files
authored
Update release.yml
Added permission: pull-request: wrrite
1 parent a1a5339 commit 90e2db2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
packages: read # for pre-release workflow
1111
contents: write # to commit changes related to the release and publish documentation to gh-pages
1212
issues: write # to modify milestones
13+
pull-requests: write
1314
steps:
1415
- name: "📥 Checkout repository"
1516
uses: actions/checkout@v4
@@ -56,4 +57,4 @@ jobs:
5657
SOURCE_FOLDER: build/docs
5758
VERSION: ${{ env.RELEASE_VERSION }}
5859
- name: "⚙️ Run post-release"
59-
uses: apache/grails-github-actions/post-release@asf
60+
uses: apache/grails-github-actions/post-release@asf

0 commit comments

Comments
 (0)