From a7a8e53e4d211f45594213c5fbf5ef2f27286184 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Mon, 10 Oct 2022 13:06:02 +0000 Subject: [PATCH] Update .github/workflows/Documentation.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: CiarĂ¡n O'Mara --- .github/workflows/Documentation.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 02e5911..7e683ea 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -10,7 +10,9 @@ on: jobs: Documenter: - name: Documentation + permissions: + contents: write + name: Documentation runs-on: ubuntu-latest steps: - uses: actions/checkout@v2