Skip to content

Commit 90a87a6

Browse files
committed
ci: move permissions to top-level and fix YAML indentation
1 parent 880d6b0 commit 90a87a6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/codestate-pr-report.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ on:
55
types: [opened, synchronize, reopened, ready_for_review]
66
workflow_dispatch:
77

8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
812
jobs:
913
pr-report:
1014
name: Generate PR Code Report
1115
runs-on: ubuntu-latest
12-
permissions:
13-
contents: write
14-
pull-requests: write
1516
steps:
1617
- name: Checkout
1718
uses: actions/checkout@v4

0 commit comments

Comments
 (0)