Skip to content

Commit c61ce31

Browse files
authored
fix: add permissions section to stale.yml workflow (#55)
1 parent be33864 commit c61ce31

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Lint CI workflows
2+
13
on:
24
workflow_call:
35
push:

.github/workflows/stale.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: "Close stale issues"
22

33
on: [workflow_call]
44

5+
permissions: {}
6+
57
jobs:
68
stale:
79
permissions:

0 commit comments

Comments
 (0)