summaryrefslogtreecommitdiffstats
path: root/.github/workflows/netcdf.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/netcdf.yml')
-rw-r--r--.github/workflows/netcdf.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/netcdf.yml b/.github/workflows/netcdf.yml
index 137e5e5..37041d6 100644
--- a/.github/workflows/netcdf.yml
+++ b/.github/workflows/netcdf.yml
@@ -14,6 +14,9 @@ on:
- 'COPYING**'
- '**.md'
+permissions:
+ contents: read
+
# Using concurrency to cancel any in-progress job or run
concurrency:
group: ${{ github.workflow }}-${{ github.sha || github.event.pull_request.number }}