Skip to content

Commit 1a01981

Browse files
authored
fix: Use 'read-all' shorthand instead of 'all: read' (#175)
1 parent b0a2007 commit 1a01981

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

workflows/daily-perf-improver.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ on:
1212

1313
timeout-minutes: 60
1414

15-
permissions:
16-
all: read
15+
permissions: read-all
1716

1817
network: defaults
1918

workflows/daily-test-improver.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ on:
1111

1212
timeout-minutes: 30
1313

14-
permissions:
15-
all: read
14+
permissions: read-all
1615

1716
network: defaults
1817

0 commit comments

Comments
 (0)