From 42a33cd993b4638f181d4083a7c5d21bf110e4e4 Mon Sep 17 00:00:00 2001 From: boc-the-git <3479092+boc-the-git@users.noreply.github.com> Date: Sat, 10 Feb 2024 14:49:26 +1100 Subject: [PATCH] fix: Give update-image-tags job write permissions to the repo, for auto doco updater (#3138) --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78162ddcf6cb..91661227fbf1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,6 +49,8 @@ jobs: needs: - build-release runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Checkout 🛎 uses: actions/checkout@v4