Skip to content

Commit c1f60a0

Browse files
committed
fix(release): update permission key in release workflow from 'pull-request' to 'pull-requests'
1 parent 4fe1d9d commit c1f60a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
# allow pushing commits, creating tags, and modifying repo files
88
# needed for the workflow to update package.json versions and CHANGELOG files
99
contents: write
10-
pull-request: write
10+
pull-requests: write
1111

1212
jobs:
1313
release:

0 commit comments

Comments
 (0)