Skip to content

Commit 1745db3

Browse files
committed
fix: add read permissions to workflow YAML files
1 parent 022cc95 commit 1745db3

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

.github/workflows/integration-test.yml

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

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

.github/workflows/release.yml

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

3+
permissions:
4+
contents: read
5+
36
on:
47
workflow_dispatch:
58
inputs:

.github/workflows/rust.yml

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

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

.github/workflows/timeline-diff.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Check CSV timeline and JSON timeline Diff
22

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

0 commit comments

Comments
 (0)