Skip to content

Commit 7ab1544

Browse files
ci: add pull-requests read permission to cd.yml
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent a6a4ccd commit 7ab1544

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
permissions:
1313
id-token: write # Required for OIDC
1414
contents: write
15+
pull-requests: read # Required by called github-release.yml
1516

1617
jobs:
1718
publish:

0 commit comments

Comments
 (0)