Skip to content

Commit bea665e

Browse files
committed
Revert "ci: add explicit permission restiction"
This reverts commit 793ccf5.
1 parent 793ccf5 commit bea665e

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/daily-demo-update.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: update-demo-daily
2-
permissions: {}
32
on:
43
schedule:
54
- cron: "0 6 * * *"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test-build-and-release
2-
permissions: {}
2+
33
on:
44
push:
55
tags:

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: test
2-
permissions: {}
32

43
on:
54
push:
6-
5+
76
pull_request:
87
types: [opened, reopened, edited]
98

0 commit comments

Comments
 (0)