From ec2d8da8132e4853a73af8b6d4505f85a9936751 Mon Sep 17 00:00:00 2001 From: jidicula Date: Fri, 17 May 2024 20:50:51 -0400 Subject: [PATCH] fix(ci): Add correct workflow perms for package publishing --- .github/workflows/clang-format-image.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/clang-format-image.yml b/.github/workflows/clang-format-image.yml index 815aa76..e6bfbbb 100644 --- a/.github/workflows/clang-format-image.yml +++ b/.github/workflows/clang-format-image.yml @@ -19,6 +19,10 @@ env: REGISTRY: ghcr.io IMAGE_NAME: clang-format +permissions: + contents: read + packages: write + jobs: publish-image: name: clang-format ${{ matrix.version-pair.version }}