From 0cf59d4fbd50b9831abb5a8075231e3163708589 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sat, 7 Feb 2026 19:03:35 +0100 Subject: [PATCH] fix --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 641f9a03a..11a739585 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,6 +26,7 @@ env: permissions: contents: write + id-token: write jobs: compute-version: @@ -322,6 +323,7 @@ jobs: KMS_KEY_VERSION: "1" CERT_PATH: "cert/user.crt" + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Checkout uses: actions/checkout@v4