Skip to content

Commit 452d7aa

Browse files
committed
Set actions permissions
1 parent 7520bdf commit 452d7aa

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: ci
22

33
on: [push, pull_request]
44

5+
permissions:
6+
contents: read
7+
pull-requests: read
8+
59
jobs:
610
build_linux:
711
runs-on: ubuntu-latest

.github/workflows/systemtest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: system test
22

33
on: [push, pull_request]
44

5+
permissions:
6+
contents: read
7+
pull-requests: read
8+
59
jobs:
610
build_linux:
711
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)