From be99dddfef4d0f08d9e7b21a9eafab08d72c516d Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sun, 18 Feb 2024 12:19:37 +0900 Subject: [PATCH] Updated building images workflow --- .github/workflows/images_build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/images_build.yml b/.github/workflows/images_build.yml index c4f817cfa..4429bb5e6 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -189,6 +189,7 @@ jobs: permissions: contents: read id-token: write + packages: write steps: - name: Block egress traffic uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0