From 8d282b1e8ca71fa7fd7f25b2807f0120ed227c1c Mon Sep 17 00:00:00 2001 From: Jonathan PHILIPPE Date: Mon, 6 Jul 2026 12:23:22 +0200 Subject: [PATCH] ci(docs): grant packages read to the docs deploy caller MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - ruby-gem-docs-deploy.yml@v5 requests packages: read (bundler pulls fluence-ci-tools from GitHub Packages); a reusable workflow can only receive permissions its caller grants, so every Docs Deploy run has been a startup_failure since the caller was set up — the only caller in the repo missing the grant, and the one difference with fluence-gateway-auth-ruby's working copy --- .github/workflows/docs-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index cc70819..9cf6933 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -12,3 +12,4 @@ jobs: contents: read pages: write id-token: write + packages: read