Skip to content

Commit

Permalink
add token permissions for github workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
freibold committed Mar 21, 2024
1 parent 93189ea commit 0c236df
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

name: continuous

permissions: read-all

on: [push, workflow_dispatch]

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

name: integrate

permissions: read-all

# same as nightly...
on:
schedule:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

name: nightly

permissions: read-all

on:
schedule:
- cron: '00 00 * * *'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

name: performance

permissions: read-all

on:
schedule:
- cron: '00 01 * * *'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

name: release

permissions: read-all

on:
schedule:
- cron: '00 00 * * *'
Expand Down

0 comments on commit 0c236df

Please sign in to comment.