Skip to content

Commit 0c236df

Browse files
committed
add token permissions for github workflows.
1 parent 93189ea commit 0c236df

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

.github/workflows/continuous.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
name: continuous
55

6+
permissions: read-all
7+
68
on: [push, workflow_dispatch]
79

810
jobs:

.github/workflows/integrate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
name: integrate
55

6+
permissions: read-all
7+
68
# same as nightly...
79
on:
810
schedule:

.github/workflows/nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
name: nightly
55

6+
permissions: read-all
7+
68
on:
79
schedule:
810
- cron: '00 00 * * *'

.github/workflows/performance.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
name: performance
55

6+
permissions: read-all
7+
68
on:
79
schedule:
810
- cron: '00 01 * * *'

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
name: release
55

6+
permissions: read-all
7+
68
on:
79
schedule:
810
- cron: '00 00 * * *'

0 commit comments

Comments
 (0)