Skip to content

Commit 0c02025

Browse files
Ryan Lymburnergithub-advanced-security[bot]
andauthored
Potential fix for code scanning alert no. 1: Workflow does not contain permissions (#743)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 65fc8b9 commit 0c02025

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-doc.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- main
77
- 'release-v*.*.*'
8+
permissions:
9+
contents: write
810
jobs:
911
publish-docs:
1012
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)