Skip to content

Commit b016db0

Browse files
Fix permissions issue
1 parent d9afdf9 commit b016db0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pushpreview.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
preview:
1111
runs-on: ubuntu-24.04
1212
if: github.event.label.name == 'preview'
13+
permissions:
14+
pull-requests: write # Ensure permission to add comments
15+
contents: read # Default for reading the repository contents
1316
steps:
1417
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1518
- name: Comment

0 commit comments

Comments
 (0)