From 72a4bd95b0ee0215cee2ae6c41d9d3f903f98a1f Mon Sep 17 00:00:00 2001 From: Vit Horacek Date: Mon, 12 Aug 2024 12:07:08 +0200 Subject: [PATCH] Add token to the gh release call --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a20a53678712..c475029582df 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,6 +28,8 @@ jobs: - name: 🚀 Create prerelease to trigger staging deploy 🚀 run: gh release create ${{ env.STAGING_VERSION }} --title ${{ env.STAGING_VERSION }} --generate-notes --prerelease + env: + GITHUB_TOKEN: ${{ steps.setupGitForOSBotify.outputs.OS_BOTIFY_API_TOKEN }} - name: Warn deployers if staging deploy failed if: ${{ failure() }}