From f11eb7095555afb27ceb6d30895a89857112b336 Mon Sep 17 00:00:00 2001 From: Rene Schallner Date: Mon, 22 May 2023 03:27:24 +0200 Subject: [PATCH] fucking github get your documentation right. this is a nightmare --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 12ff958..32244b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,8 +10,8 @@ jobs: build: runs-on: ubuntu-latest permissions: - id-token: read|write - contents: read|write + id-token: write + contents: write steps: - name: Checkout code