Skip to content

Commit 5d4a54e

Browse files
committed
DC-207 Update: Update command, set GITHUB_TOKEN read to permission read
1 parent 363c864 commit 5d4a54e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/playwright-e2e.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Playwright E2E
22

3+
permissions:
4+
contents: read
5+
36
on:
47
push:
58
branches: ["main"]
@@ -86,7 +89,7 @@ jobs:
8689
IdentifierHasher__SecretKey: "ci-e2e-identifier-hasher-key-32chars"
8790
Oidc__CompleteLoginSigningKey: "ci-e2e-oidc-signing-key-at-least-32-chars"
8891
UseMockHouseholdData: "true"
89-
run: cd src/SEBT.Portal.Web && pnpm exec playwright test --project=chromium
92+
run: pnpm ci:test:e2e -- --project=chromium
9093

9194
- name: Upload Playwright report
9295
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)