Skip to content

Commit 31c6e2a

Browse files
Potential fix for code scanning alert no. 132: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent f47722e commit 31c6e2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/e2e-next-app-router.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: E2E Test for Next.js App Router
33
on:
44
workflow_call:
55

6+
permissions:
7+
contents: read
8+
69
jobs:
710
e2e-next-app-router:
811
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)