Skip to content

Commit 46d3ee6

Browse files
committed
CI: Declare minimal set of permissions
1 parent 705d65b commit 46d3ee6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88

99
pull_request:
1010

11+
permissions: {}
12+
1113
concurrency:
1214
group: ci-${{ github.head_ref || github.ref }}
1315
cancel-in-progress: true

.github/workflows/smoke-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Smoke Test
33
on:
44
workflow_dispatch:
55

6+
permissions: {}
7+
68
concurrency:
79
group: smoke-test
810
cancel-in-progress: true

0 commit comments

Comments
 (0)