Skip to content

Commit 880ca79

Browse files
Merge pull request #83 from codecov/th/add-workflow-permissions
fix: add workflow permissions
2 parents f4f44a3 + 03e818b commit 880ca79

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/bench.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Benchmarks
22

3+
permissions:
4+
contents: read
5+
36
on:
47
push:
58
branches:

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: CI
22

3+
permissions:
4+
contents: read
5+
36
on:
47
push:
58
branches:

.github/workflows/enforce-license-compliance.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Enforce License Compliance
22

3+
permissions:
4+
contents: read
5+
36
on:
47
pull_request:
58
branches: [main, master]

0 commit comments

Comments
 (0)