Skip to content

Commit b8d180a

Browse files
Copilotkevinelliott
andcommitted
Fix PR artifacts workflow - add pull-requests write permission
Co-authored-by: kevinelliott <123112+kevinelliott@users.noreply.github.com>
1 parent ed45f65 commit b8d180a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
pull_request:
55
types: [opened, synchronize, reopened]
66

7+
permissions:
8+
contents: read
9+
pull-requests: write
10+
711
jobs:
812
build-pr:
913
name: Build PR Artifacts

0 commit comments

Comments
 (0)