From 0bc476a41cd8e6d5c9d32cef7beb9162eb13141d Mon Sep 17 00:00:00 2001 From: timmiesmith Date: Wed, 24 Apr 2024 10:49:15 -0500 Subject: [PATCH] Updating contents to write permissions to allow commit to be created. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c01b24988d..a65de62241 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: pages: if: ${{ github.ref == 'refs/heads/master' }} permissions: - contents: read + contents: write pages: write id-token: write runs-on: ubuntu-latest