Skip to content

Commit 923f8fc

Browse files
Uncomment permissions section in CI workflow
1 parent 5ab0d17 commit 923f8fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: ci
22
on: push
3-
#permissions:
4-
# contents: read
3+
permissions:
4+
contents: read
55

66
jobs:
77
Test:

0 commit comments

Comments
 (0)