Skip to content

Commit c148d5a

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
build:
1515
name: Sphinx Build
1616
runs-on: ubuntu-latest
17+
permissions:
18+
contents: write
1719

1820
steps:
1921
- name: Check out sources

0 commit comments

Comments
 (0)