From ac8bdff8a496dbfe40f2ab4f41736ae47835fc7e Mon Sep 17 00:00:00 2001 From: Sexy Dev Date: Thu, 5 Mar 2026 11:45:23 -0600 Subject: [PATCH] should be the last one --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cbe6d44..6e5d3b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,7 @@ jobs: build: name: Build runs-on: ubuntu-latest + environment: PAT_TOKEN permissions: contents: write outputs: @@ -70,6 +71,7 @@ jobs: name: Release runs-on: ubuntu-latest needs: build + environment: PAT_TOKEN if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' permissions: contents: write