Skip to content

Commit 95e53d0

Browse files
committed
fix(ci): remove overly broad workflow permissions
1 parent 44f593a commit 95e53d0

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

.github/workflows/code_coverage.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ on: [push, pull_request]
22

33
name: Code Coverage
44

5+
permissions: {}
6+
57
jobs:
68
Codecov:
79
name: Code Coverage

.github/workflows/cont_integration.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ on: [push, pull_request]
22

33
name: CI
44

5+
permissions: {}
6+
57
jobs:
68

79
prepare:

.github/workflows/cron-update-rust.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: Update rust version
2+
3+
permissions: {}
4+
25
on:
36
schedule:
47
- cron: "0 0 15 * *" # At 00:00 on day-of-month 15.

.github/workflows/nightly_docs.yml

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

3+
permissions: {}
4+
35
on: [push, pull_request]
46

57
jobs:

0 commit comments

Comments
 (0)