Skip to content

Commit

Permalink
fix(ci): remove overly broad workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Jan 28, 2025
1 parent 44f593a commit 95e53d0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ on: [push, pull_request]

name: Code Coverage

permissions: {}

jobs:
Codecov:
name: Code Coverage
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ on: [push, pull_request]

name: CI

permissions: {}

jobs:

prepare:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cron-update-rust.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: Update rust version

permissions: {}

on:
schedule:
- cron: "0 0 15 * *" # At 00:00 on day-of-month 15.
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/nightly_docs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Publish Nightly Docs

permissions: {}

on: [push, pull_request]

jobs:
Expand Down

0 comments on commit 95e53d0

Please sign in to comment.