From c0aa6453834da86345d4a5aa83e122f1c9612948 Mon Sep 17 00:00:00 2001 From: Cassandra Tait Date: Fri, 28 Aug 2026 16:53:36 +1000 Subject: [PATCH] feat: Upgrade update-docs action in release workflow --- .github/workflows/on-release.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/on-release.yaml b/.github/workflows/on-release.yaml index 55b7e4f..2c988d1 100644 --- a/.github/workflows/on-release.yaml +++ b/.github/workflows/on-release.yaml @@ -43,9 +43,12 @@ jobs: update_documentation: runs-on: ubuntu-latest container: qctrl/ci-images:python-3.11-ci + permissions: + contents: read + id-token: write steps: - name: Update docs repo - uses: qctrl/reusable-workflows/.github/actions/docs/update-docs@actions/docs/update-docs/v1 + uses: qctrl/reusable-workflows/.github/actions/docs/update-docs@actions/docs/update-docs/v2 with: source_branch: master target_branch: master