Skip to content

Commit 6d22e0e

Browse files
committed
ci: fix permissions
1 parent 3baa0dc commit 6d22e0e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: CI
22

3+
permissions: {}
4+
35
on:
46
pull_request:
57
types:

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Release
22

3+
permissions: {}
4+
35
on:
46
push:
57
branches:

.github/workflows/zizmor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: GitHub Actions Security Analysis
22

3+
permissions: {}
4+
35
on:
46
workflow_dispatch:
57
pull_request:
@@ -12,8 +14,6 @@ on:
1214
paths:
1315
- ".github/workflows/**"
1416

15-
permissions: {}
16-
1717
jobs:
1818
zizmor:
1919
name: zizmor

0 commit comments

Comments
 (0)