From 2644545fc985541902453290953600dd654e21b8 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Mon, 10 Jul 2023 14:53:14 +0200 Subject: [PATCH] MAINT: add permissions `id-token` to `doc` job --- src/repoma/.github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/repoma/.github/workflows/ci.yml b/src/repoma/.github/workflows/ci.yml index 5f4a4110..21a30577 100644 --- a/src/repoma/.github/workflows/ci.yml +++ b/src/repoma/.github/workflows/ci.yml @@ -28,6 +28,9 @@ on: jobs: doc: uses: ComPWA/actions/.github/workflows/ci-docs.yml@v1 + permissions: + pages: write + id-token: write with: specific-pip-packages: ${{ inputs.specific-pip-packages }} pytest: