Skip to content

Commit 5a56b61

Browse files
Add explicit permissions to workflow for security
Co-authored-by: functionstackx <47992694+functionstackx@users.noreply.github.com>
1 parent 180ca83 commit 5a56b61

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pr-line-counter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
jobs:
88
count-lines:
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: read
1012
env:
1113
TARGET_FILE: utils/matrix-logic/generate_sweep_configs.py
1214

0 commit comments

Comments
 (0)