From b769f8c9473474596b505195a27bf5397469704c Mon Sep 17 00:00:00 2001 From: Daniel Perrefort Date: Tue, 3 Oct 2023 15:19:57 -0400 Subject: [PATCH] Update CI permissions --- .github/workflows/DocumentationPublish.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/DocumentationPublish.yml b/.github/workflows/DocumentationPublish.yml index 0a38319..16ae5fa 100644 --- a/.github/workflows/DocumentationPublish.yml +++ b/.github/workflows/DocumentationPublish.yml @@ -4,6 +4,11 @@ on: push: branches: [ main ] +permissions: + contents: read + pages: write + id-token: write + jobs: build: name: Build HTML