From 85dcaa0ffa02187ee9d3fbb64460e67dda2b7e47 Mon Sep 17 00:00:00 2001 From: Marco Vermeulen Date: Tue, 23 Jun 2026 22:34:23 +0100 Subject: [PATCH] fix: pass pr_ci_workflow input to digest caller --- .github/workflows/dependabot-digest.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/dependabot-digest.yml b/.github/workflows/dependabot-digest.yml index 7e881177..b562881c 100644 --- a/.github/workflows/dependabot-digest.yml +++ b/.github/workflows/dependabot-digest.yml @@ -9,5 +9,8 @@ jobs: digest: permissions: pull-requests: read + actions: read uses: sdkman/.github/.github/workflows/reusable-dependabot-digest.yml@main + with: + pr_ci_workflow: "Pull Requests" secrets: inherit