From eb82f53c1f778de72598c47feeaee3856326b649 Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Mon, 9 Dec 2024 18:42:34 +0100 Subject: [PATCH] Restore GITHUB_TOKEN env variable --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b77a64f1a54b..b3292485efc6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -838,6 +838,8 @@ jobs: # Create the GitHub release - name: Create GitHub Release + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token shell: bash run: | gh release create \