From 99162b88fb7fef5896799c35188b6dd38e074972 Mon Sep 17 00:00:00 2001 From: Tim Jacomb <21194782+timja@users.noreply.github.com> Date: Mon, 6 Mar 2023 15:58:16 +0000 Subject: [PATCH] Add permission to write files back to GitHub actions --- .github/workflows/setup.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 46330b3..3e6b9fa 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -1,6 +1,9 @@ name: Initial repo configuration on: push +permissions: + contents: write + jobs: setup-repo: runs-on: ubuntu-latest