Skip to content

Commit 7b1ea7b

Browse files
committed
ci: jest
1 parent b2e879f commit 7b1ea7b

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.github/workflows/nodejs-pgsql14.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ on:
1010

1111
permissions:
1212
checks: write
13-
contents: write
13+
contents: read
1414
pull-requests: write
15+
actions: read
1516

1617
jobs:
1718
build:
@@ -56,3 +57,4 @@ jobs:
5657
name: JEST Tests (${{ matrix.node-version }})
5758
path: junit.xml
5859
reporter: jest-junit
60+
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/nodejs-pgsql15.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ on:
1010

1111
permissions:
1212
checks: write
13-
contents: write
13+
contents: read
1414
pull-requests: write
15+
actions: read
1516

1617
jobs:
1718
build:
@@ -56,3 +57,4 @@ jobs:
5657
name: JEST Tests (${{ matrix.node-version }})
5758
path: junit.xml
5859
reporter: jest-junit
60+
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/nodejs-pgsql16.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ on:
1010

1111
permissions:
1212
checks: write
13-
contents: write
13+
contents: read
1414
pull-requests: write
15+
actions: read
1516

1617
jobs:
1718
build:
@@ -56,3 +57,4 @@ jobs:
5657
name: JEST Tests (${{ matrix.node-version }})
5758
path: junit.xml
5859
reporter: jest-junit
60+
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/nodejs-pgsql17.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ on:
1010

1111
permissions:
1212
checks: write
13-
contents: write
13+
contents: read
1414
pull-requests: write
15+
actions: read
1516

1617
jobs:
1718
build:
@@ -56,3 +57,4 @@ jobs:
5657
name: JEST Tests (${{ matrix.node-version }})
5758
path: junit.xml
5859
reporter: jest-junit
60+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)