Skip to content

Commit

Permalink
fix(ci): typo in permissions (#21856)
Browse files Browse the repository at this point in the history
  • Loading branch information
pront authored Nov 20, 2024
1 parent fdecc6f commit f5bbdb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_preview_sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

permissions:
issues: write
pull_requests: write
pull-requests: write
statuses: write

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_preview_sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:

permissions:
issues: write
pull_requests: write
pull-requests: write
statuses: write

jobs:
Expand Down

0 comments on commit f5bbdb9

Please sign in to comment.