From 7dfb67629651c42b4ff7b6909320cb055f084ff0 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Tue, 21 May 2024 18:18:27 +0900 Subject: [PATCH] Updated build process for Zabbix agent (windows) --- .github/workflows/images_build_windows.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/images_build_windows.yml b/.github/workflows/images_build_windows.yml index 8075499b4..9207bc6d4 100644 --- a/.github/workflows/images_build_windows.yml +++ b/.github/workflows/images_build_windows.yml @@ -143,6 +143,9 @@ jobs: build_base: uses: ./.github/workflows/base_images_build_windows.yml if: ${{ github.event_name == 'release' }} + permissions: + contents: read + id-token: write build_components: name: Build ${{ matrix.component }} sources on ${{ matrix.os }}