From f3b6373db801f3babc2530457d8ac7de99c18a35 Mon Sep 17 00:00:00 2001 From: Larry Knox Date: Wed, 24 Jul 2024 09:53:49 -0500 Subject: [PATCH] Fix incorrect indentation for permissions. --- .github/workflows/publish-branch.yml | 5 +++-- .github/workflows/publish-release.yml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-branch.yml b/.github/workflows/publish-branch.yml index 1ee8ee22bea..1e5b99bd0b0 100644 --- a/.github/workflows/publish-branch.yml +++ b/.github/workflows/publish-branch.yml @@ -12,8 +12,9 @@ on: description: 'hdf5 target bucket directory' type: string required: true - permissions: - contents: read + +permissions: + contents: read jobs: publish-tag: diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index d7c7fd091d1..725c2b09c44 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -12,8 +12,9 @@ on: description: 'HDF5 target bucket directory' type: string required: true - permissions: - contents: read + +permissions: + contents: read jobs: publish-tag: