From 722486c9e4c4eeb699529fca056965b0c18befad Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Fri, 14 Nov 2025 16:29:42 +0100 Subject: [PATCH] docs: info about packages permissions Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85fd119..ac74601 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ on: permissions: contents: read id-token: write # for signing attestation manifests with GitHub OIDC Token - packages: write # needed to push images to GitHub Container Registry + packages: write # only used if pushing to GHCR but needs to be defined as caller must provide permissions ≥ to those used in the reusable workflow with: output: ${{ github.event_name != 'pull_request' && 'registry' || 'cacheonly' }} meta-images: name/app @@ -105,7 +105,7 @@ on: permissions: contents: read id-token: write # for signing attestation manifests with GitHub OIDC Token - packages: write # needed to push images to GitHub Container Registry + packages: write # only used if pushing to GHCR but needs to be defined as caller must provide permissions ≥ to those used in the reusable workflow with: output: ${{ github.event_name != 'pull_request' && 'registry' || 'cacheonly' }} meta-images: name/app