From 2c9c818bcbda8437d9f213c151b75c2666541819 Mon Sep 17 00:00:00 2001 From: Christian Sutter Date: Mon, 22 Dec 2025 13:38:04 +0000 Subject: [PATCH] Attempt to fix GHCR permissions issue Metadata isn't pushed to GCHR properly, and it seems there is some sort of permissions issue. Trying out some additional permissions to see if that helps. --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a86e87e..68bb728 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,6 +12,8 @@ jobs: runs-on: ubuntu-latest permissions: + contents: write + id-token: read packages: write steps: