summaryrefslogtreecommitdiffstats
path: root/.github/workflows/daily-build.yml
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-06-19 16:21:39 (GMT)
committerGitHub <noreply@github.com>2023-06-19 16:21:39 (GMT)
commit7c587d950c2529e94aa2349d033c4a6bf8bfc719 (patch)
treec3f2b126ad4eaca9a2b5f68ea7b91aa831c15c65 /.github/workflows/daily-build.yml
parent16b1f35e7f5cff85a141148a6f8aa02c23f08fd7 (diff)
downloadhdf5-7c587d950c2529e94aa2349d033c4a6bf8bfc719.zip
hdf5-7c587d950c2529e94aa2349d033c4a6bf8bfc719.tar.gz
hdf5-7c587d950c2529e94aa2349d033c4a6bf8bfc719.tar.bz2
Update github files/workflow from develop (#3154)
* Update github files/workflow from develop
Diffstat (limited to '.github/workflows/daily-build.yml')
-rw-r--r--.github/workflows/daily-build.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/daily-build.yml b/.github/workflows/daily-build.yml
index 64da61c..f4dbab2 100644
--- a/.github/workflows/daily-build.yml
+++ b/.github/workflows/daily-build.yml
@@ -6,6 +6,9 @@ on:
schedule:
- cron: "6 0 * * *"
+permissions:
+ contents: read
+
# A workflow run is made up of one or more jobs that can run sequentially or
# in parallel.
jobs:
@@ -21,6 +24,8 @@ jobs:
call-workflow-release:
needs: [call-workflow-tarball, call-workflow-ctest]
+ permissions:
+ contents: write # In order to allow tag creation
uses: ./.github/workflows/release.yml
with:
file_base: ${{ needs.call-workflow-tarball.outputs.file_base }}