Skip to content

Commit 818dd7b

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- master
7+
permissions:
8+
contents: write
79
concurrency:
810
group: ${{ github.workflow }}-${{ github.ref_protected && github.run_id || github.event.pull_request.number || github.ref }}
911
cancel-in-progress: true

0 commit comments

Comments
 (0)