Skip to content

Commit 7c7a501

Browse files
committed
chore: restrict permission of the auto-generated GITHUB_TOKEN
1 parent 4bbe49c commit 7c7a501

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
name: CI
44

5+
permissions:
6+
contents: read
7+
58
on:
69
push:
710
branches: [ "main" ]

0 commit comments

Comments
 (0)