Skip to content

Commit

Permalink
Update top-level permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
gnbaker committed Jul 23, 2024
1 parent 244798a commit ebea9e3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cpp_build_with_cmake.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: C++ build with CMake
permissions: read-all

# Controls when the action will run:
# Triggers the workflow on push or pull request events but only for the master branch
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Docker Image CI
permissions: read-all

on:
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python_build_mpi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Python build with MPI
permissions: read-all

# Triggers the workflow on push or pull request events but only for the master branch
on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python_build_no_mpi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Python build (no MPI)
permissions: read-all

# Triggers the workflow on push or pull request events but only for the master branch
on:
Expand Down

0 comments on commit ebea9e3

Please sign in to comment.