Skip to content

Commit 5a13f69

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy-doc.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
- master
66
paths:
77
- 'docs/**'
8+
permissions:
9+
contents: read
810
jobs:
911
deploy-to-cloudflare:
1012
name: Deploy to Cloudflare

0 commit comments

Comments
 (0)