From 8a84b83c6962c78e6120ca2d46d44da207036ee5 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sun, 18 Feb 2024 13:24:47 +0900 Subject: [PATCH] Updated building images workflow --- .github/workflows/images_build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/images_build.yml b/.github/workflows/images_build.yml index 758053534..6203a636f 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -463,6 +463,7 @@ jobs: permissions: contents: read id-token: write + packages: write steps: - name: Block egress traffic uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0 @@ -725,6 +726,7 @@ jobs: permissions: contents: read id-token: write + packages: write steps: - name: Block egress traffic uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0