Skip to content

Commit bd766b5

Browse files
authored
Token permision fix (openvinotoolkit#208)
1 parent c23f138 commit bd766b5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/stale.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: Close inactive issues
22
on:
33
schedule:
44
- cron: "30 1 * * *"
5-
5+
6+
7+
permissions: read-all # Required by https://github.com/ossf/scorecard/blob/e23b8ad91fd6a64a0a971ca4fc0a4d1650725615/docs/checks.md#token-permissions
8+
9+
610
jobs:
711
close-issues:
812
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)