From cfef603f843889eb22804d1e7a85d5ef39ea0435 Mon Sep 17 00:00:00 2001 From: Youssef Bel Mekki <38552193+ybelMekk@users.noreply.github.com> Date: Wed, 27 Nov 2024 09:36:47 +0100 Subject: [PATCH] fix(action): i need token for cosign --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bc52ce8..0504974 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,6 +20,7 @@ jobs: runs-on: ubuntu-20.04 permissions: contents: "write" + id-token: "write" steps: - uses: actions/checkout@v4 - name: Docker meta