Skip to content

Commit b3cb919

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

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/generate-documentation.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
name: Generate Documentation
2+
permissions:
3+
contents: write
24

35
on:
46
push:
57
branches:
68
- master
79
paths-ignore:
8-
- 'docs/**'
9-
- '.github/**'
10+
- 'docs/**'
11+
- '.github/**'
1012

1113
jobs:
1214
build:

0 commit comments

Comments
 (0)