From 280d897a6c358c72dc80c9431d5d56cea78f7bde Mon Sep 17 00:00:00 2001 From: Mykhailo Date: Mon, 18 Nov 2024 16:23:07 +0200 Subject: [PATCH] Add release token to release action --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7b9da4c..8705ae0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,6 +9,7 @@ jobs: Release: name: Release runs-on: ubuntu-latest + environment: release permissions: contents: write @@ -79,3 +80,4 @@ jobs: prerelease: false draft: false make_latest: true + token: ${{ secrets.RELEASE_TOKEN }}