Skip to content

Commit 2c50ed1

Browse files
authored
Merge pull request #1 from houselearning/alert-autofix-3
Potential fix for code scanning alert no. 3: Workflow does not contain permissions
2 parents 691ec03 + 73ec9f1 commit 2c50ed1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr-typo-fixes.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
types: [opened, synchronize, reopened]
66

7+
permissions:
8+
contents: read
9+
710
jobs:
811
typo-check:
912
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)