Skip to content

Commit e715db6

Browse files
committed
Correct typo.
1 parent 76f788e commit e715db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-check-built-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-24.04
4040
permissions:
4141
contents: write
42-
pull-request: write
42+
pull-requests: write
4343
# This prevents a second run after changes are committed back because Dependabot always rebases updates onto trunk.
4444
if: ${{ github.actor != 'dependabot[bot]' || github.event.commits < 2 }}
4545
steps:

0 commit comments

Comments
 (0)