Skip to content

Commit e511a9d

Browse files
committed
Set perms to top level
1 parent d6997d8 commit e511a9d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
actions: read
10+
checks: write
11+
contents: read
12+
statuses: write
13+
814
jobs:
915
continuous-integration:
1016
name: Continuous Integration
1117
runs-on: ubuntu-latest
1218

13-
permissions:
14-
actions: read
15-
checks: write
16-
contents: read
17-
statuses: write
18-
1919
steps:
2020
- name: Checkout
2121
id: checkout

0 commit comments

Comments
 (0)