From 20ae1d9e351078e85c2324707919dc53164ed24e Mon Sep 17 00:00:00 2001 From: Matthias Gatto Date: Tue, 17 Sep 2024 14:53:43 +0200 Subject: [PATCH] debug release CI 05 Signed-off-by: Matthias Gatto --- .github/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 308f73b..6917aed 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -8,6 +8,9 @@ permissions: contents: write id-token: write +env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + jobs: publish: runs-on: ubuntu-22.04