From 0abcfd61c4e9a47bbc0af2fbc129814edf89e524 Mon Sep 17 00:00:00 2001 From: Mattt Zmuda Date: Thu, 23 Jan 2025 09:21:51 -0800 Subject: [PATCH] Add GH_PAT to env for release workflow --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4cdacb..ba6957e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,6 +9,9 @@ permissions: contents: write packages: write +env: + GH_PAT: ${{ secrets.GH_PAT }} + jobs: goreleaser: runs-on: ubuntu-latest