From b1dfb4055482282723e82642757ce531d5d3975a Mon Sep 17 00:00:00 2001 From: jprestop Date: Tue, 13 May 2025 09:34:59 -0600 Subject: [PATCH] Per #74, make changes per the NCAR GitHub Usage Changes form --- .github/workflows/documentation.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index cc05ecd..528b9c3 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -12,6 +12,12 @@ on: types: [opened, reopened, synchronize] workflow_dispatch: +permissions: + contents: read # Only read repository contents + actions: read # Required for using 'actions/upload-artifact' + pull-requests: read # For workflows triggered by pull requests + # Other permissions set to none by default + jobs: documentation: name: Build Documentation