Skip to content

Commit 5a9320f

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
- 'packages/mcp-cloudflare/**'
1414
- 'packages/e2e/**'
1515

16+
permissions:
17+
contents: read
18+
1619
jobs:
1720
e2e:
1821
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)