From 86128e281089358c7d7697ce602c682ae5f74df1 Mon Sep 17 00:00:00 2001 From: Paul Taylor <178183+trxcllnt@users.noreply.github.com> Date: Thu, 4 Jun 2026 17:29:56 -0700 Subject: [PATCH] Update build-devcontainers.yaml Add `permissions: {packages: write}` to `build-devcontainers.yaml` --- .github/workflows/build-devcontainers.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-devcontainers.yaml b/.github/workflows/build-devcontainers.yaml index e92e084e..944b5b9c 100644 --- a/.github/workflows/build-devcontainers.yaml +++ b/.github/workflows/build-devcontainers.yaml @@ -49,6 +49,8 @@ jobs: name: Clean up untagged images runs-on: ubuntu-latest continue-on-error: true + permissions: + packages: write steps: - id: vars name: Get image name, tags, and digests