Skip to content

Commit fe59532

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-to-website.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ on:
1414
- trusted-committer/**
1515
- workbook/**
1616

17+
permissions:
18+
contents: write
1719
# Checks if this workflow is already running, and if so cancels it
1820
concurrency:
1921
group: ${{ github.workflow }}

0 commit comments

Comments
 (0)