From da804b9f6355bcadfb019a9631d5b957ae571c73 Mon Sep 17 00:00:00 2001 From: Chris Shuttlesworth Date: Wed, 19 Aug 2026 12:26:56 -0400 Subject: [PATCH] docs(mirror-playwright): the package Actions-access grant is done cshuttle/workflows was granted Write on the ghcr playwright package on 2026-08-19 and a dispatch verified login + skip-when-current (run 32275828485); the header now records that instead of asking for it. Co-Authored-By: Claude Fable 5 --- .github/workflows/mirror-playwright.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mirror-playwright.yml b/.github/workflows/mirror-playwright.yml index e8c672d..f92de8a 100644 --- a/.github/workflows/mirror-playwright.yml +++ b/.github/workflows/mirror-playwright.yml @@ -14,9 +14,11 @@ # READ only, and the Actions-access panel will not offer the source repo. # Proven, not assumed — a real run pulled for 7m21s and then died on # `DENIED: permission_denied: write_package`. THIS repo is not the package's -# source, so the panel CAN grant it Actions access (package settings → -# Manage Actions access → add cshuttle/workflows, role Write) — until a human -# does that one-time step, a bump is mirrored by hand: +# source, so the panel CAN grant it Actions access — and that one-time step +# was done on 2026-08-19 (package settings → Manage Actions access → +# cshuttle/workflows, role Write; ghcr login + skip-when-current verified the +# same day, run 32275828485). If the grant is ever lost, the fallback is by +# hand: # crane pull --platform linux/amd64 mcr.microsoft.com/playwright: /tmp/pw.tar # crane push /tmp/pw.tar ghcr.io/cshuttle/playwright: # Nothing silently rots either way: playwright-test.yml's lockstep job fails