Skip to content

Commit 07f77d9

Browse files
Copilotmrjf
andauthored
Add permissions block to CI workflow for security best practice
Agent-Logs-Url: https://github.com/githubnext/tsessebe/sessions/235062ee-1f53-4d20-8112-077b29b714be Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
1 parent 461c0a5 commit 07f77d9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
branches:
1010
- main
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
test:
1417
name: Test & Lint

0 commit comments

Comments
 (0)