From 12fde2a53b0a66e7f735706d87adac029bc1982e Mon Sep 17 00:00:00 2001 From: michael-siek Date: Mon, 15 Jan 2024 18:55:38 -0500 Subject: [PATCH] ci: add env var required for creating gh releases --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6b95cb1e..eea8e4e8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -89,3 +89,5 @@ jobs: --generate-notes \ --repo ${{ github.repository }} --target master + env: + GH_TOKEN: ${{ github.token }}