Skip to content

Commit 52ef309

Browse files
authored
Merge pull request #3 from houselearning/alert-autofix-1
Potential fix for code scanning alert no. 1: Workflow does not contain permissions
2 parents 03b52a9 + 4e7ba11 commit 52ef309

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/create-clean-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
create-clean-pr:
99
if: contains(github.event.issue.body, '--HouseLearningCleanPlease')
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
1113

1214
steps:
1315
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)