Skip to content

Commit 5657bae

Browse files
authored
Merge pull request #19 from cypress-exe/alert-autofix-1
Potential fix for code scanning alert no. 1: Workflow does not contain permissions
2 parents 5569ff2 + 556138c commit 5657bae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
pull_request:
77
branches: [ main, master ]
88
workflow_dispatch: # Allows manual triggering
9+
permissions:
10+
contents: read
911
jobs:
1012
# Build job for Jekyll site
1113
build-pages-site:

0 commit comments

Comments
 (0)