Skip to content

Commit bd29bce

Browse files
committed
WIP
1 parent d2ddf9c commit bd29bce

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/library-js-feature.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
container:
1212
image: ghcr.io/matrixai/github-runner
13+
permissions:
14+
contents: read
1315
steps:
1416
- uses: actions/checkout@v4
1517
- name: Run linting
@@ -24,6 +26,10 @@ jobs:
2426
runs-on: ubuntu-latest
2527
container:
2628
image: ghcr.io/matrixai/github-runner
29+
permissions:
30+
contents: read
31+
actions: write
32+
checks: write
2733
steps:
2834
- uses: actions/checkout@v4
2935
- name: Run tests
@@ -54,6 +60,9 @@ jobs:
5460
runs-on: ubuntu-latest
5561
container:
5662
image: ghcr.io/matrixai/github-runner
63+
permissions:
64+
contents: read
65+
actions: write
5766
steps:
5867
- uses: actions/checkout@v4
5968
- name: Run build

0 commit comments

Comments
 (0)