Skip to content

Commit b8b4e46

Browse files
jonhooWasabi375
authored andcommitted
Minimal token permissions
See tokio-rs/tokio#5072
1 parent e47555f commit b8b4e46

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
permissions:
2+
contents: read
13
on:
24
push:
35
branches: [main]

.github/workflows/nostd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
permissions:
2+
contents: read
13
on:
24
push:
35
branches: [main]

.github/workflows/safety.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
permissions:
2+
contents: read
13
on:
24
push:
35
branches: [main]

.github/workflows/scheduled.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
permissions:
2+
contents: read
13
on:
24
push:
35
branches: [main]

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
permissions:
2+
contents: read
13
on:
24
push:
35
branches: [main]

0 commit comments

Comments
 (0)