Skip to content

Commit a5078e4

Browse files
PREQ-5138 authenticate NPM (#230)
1 parent a8e8770 commit a5078e4

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/unit-tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ on:
77

88
jobs:
99
test:
10-
runs-on: ubuntu-latest
10+
runs-on: github-ubuntu-latest-s
11+
permissions:
12+
id-token: write
13+
contents: write
1114

1215
steps:
1316
- uses: actions/checkout@v5
@@ -18,6 +21,9 @@ jobs:
1821
node-version: "24"
1922
cache: "npm"
2023

24+
- name: Configure NPM with Repox
25+
uses: SonarSource/ci-github-actions/config-npm@v1
26+
2127
- name: Install dependencies
2228
run: npm ci
2329

0 commit comments

Comments
 (0)