Skip to content

Commit 6b92486

Browse files
.github/workflows/docs-pages.yml: Potential fix for code scanning alert no. 2: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent fc871b7 commit 6b92486

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docs-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ on:
1717

1818
jobs:
1919
release:
20+
permissions:
21+
contents: write
2022
runs-on: ubuntu-latest
2123
concurrency:
2224
group: single

0 commit comments

Comments
 (0)