From ba19e23a9e60a96b817c29ef278848f4879af699 Mon Sep 17 00:00:00 2001 From: oliveromahony Date: Thu, 7 Nov 2024 11:29:21 +0000 Subject: [PATCH] Update release-branch.yml adding back secret that was removed --- .github/workflows/release-branch.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-branch.yml b/.github/workflows/release-branch.yml index d1b6e9aae..2e23d6c43 100644 --- a/.github/workflows/release-branch.yml +++ b/.github/workflows/release-branch.yml @@ -185,6 +185,8 @@ jobs: az logout if: always() - name: Upload Release Assets + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # clobber overwrites existing assets of the same name run: | gh release upload --clobber v${{env.VERSION}} \