Skip to content

Commit 7dfcbb9

Browse files
Copilotyouknowone
andcommitted
Add explicit GITHUB_TOKEN permissions for security
Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>
1 parent 72ea565 commit 7dfcbb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

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

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

0 commit comments

Comments
 (0)