From 0539313f6950563f433061289c61f31b3642fafa Mon Sep 17 00:00:00 2001 From: Will <2185386+willhoy@users.noreply.github.com> Date: Tue, 10 Jun 2025 17:36:36 +0100 Subject: [PATCH] allow actions bot to write dox ``` remote: Permission to bloomberg/rmqcpp.git denied to github-actions[bot]. fatal: unable to access 'https://github.com/bloomberg/rmqcpp/': The requested URL returned error: 403 ``` Signed-off-by: Will <2185386+willhoy@users.noreply.github.com> --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c16136a..7b24de9b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,6 +28,8 @@ jobs: #Only run for push to main if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest + permissions: + contents: write # Needed to push to gh-pages steps: - uses: actions/checkout@v3 - name: Doxygenize