Skip to content

Commit c1f9cad

Browse files
authored
Merge pull request #1346 from YutaGoto/fix-github-actions-permission
🔒 fix GitHub Actions permissions
2 parents fb47431 + d1a27f6 commit c1f9cad

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

‎.github/workflows/ci.yml‎

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

3+
permissions:
4+
contents: read
5+
pull-requests: read
6+
37
on:
48
pull_request:
59
branches:

‎.github/workflows/test_e2e.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: E2E test
22

3+
permissions:
4+
contents: read
5+
pull-requests: read
6+
37
on:
48
pull_request:
59
branches:

0 commit comments

Comments
 (0)