Skip to content

Commit d686ae5

Browse files
Modify CI workflow to comment out permissions
Comment out permissions section in CI workflow
1 parent 9b1eeaa commit d686ae5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 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:
@@ -46,4 +46,4 @@ jobs:
4646
exit 1
4747
4848
- name: Smoke test
49-
run: curl -fsSL -o /dev/null http://localhost:8000/
49+
run: curl -fsSL -o /dev/null http://localhost:8000/

0 commit comments

Comments
 (0)