Skip to content

Commit 6444847

Browse files
jonhooWasabi375
authored andcommitted
Minimal token permissions
See tokio-rs/tokio#5072
1 parent 4ee1198 commit 6444847

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)