Skip to content

Commit 03e818b

Browse files
fix: add workflow permissions
1 parent f4f44a3 commit 03e818b

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)