Skip to content

Commit 5cb7c76

Browse files
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d060f68 commit 5cb7c76

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ This workflow delegates release tasks by reusing a shared release workflow, ensu
2828

2929
- **`contents`**: `write`
3030
- **`id-token`**: `write`
31+
- **`pull-requests`**: `read`
3132

3233
<!-- overview:end -->
3334
<!-- usage:start -->

actions/release/create/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Action to create a new release
4747
# GitHub Token for creating the release.
4848
# Permissions:
4949
# - contents: write
50+
# - pull-requests: read
5051
#
5152
# Default: `${{ github.token }}`
5253
github-token: ${{ github.token }}
@@ -71,6 +72,7 @@ Action to create a new release
7172
| **`github-token`** | GitHub Token for creating the release. | **false** | `${{ github.token }}` |
7273
| | Permissions: | | |
7374
| | - contents: write | | |
75+
| | - pull-requests: read | | |
7476

7577
<!-- inputs:end -->
7678

0 commit comments

Comments
 (0)