Skip to content

Commit

Permalink
limit github action permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq committed Feb 6, 2025
1 parent 5f698a7 commit 917ac38
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Cargo-General
permissions: {}
on:
pull_request:
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: CodeCoverage
permissions: {}

on:
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cross.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: CrossCompiling
permissions: {}

on:
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Linux-CI
permissions: {}

on:
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: MacOS-CI
permissions: {}

on:
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Sphinx-Doc
permissions: {}

on:
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: StaticLinking
permissions: {}

on:
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Windows-CI
permissions: {}

on:
push:
Expand Down

0 comments on commit 917ac38

Please sign in to comment.