From 7f79f7f461ea920115766c6fb2a3069d03576444 Mon Sep 17 00:00:00 2001 From: ashiquemd Date: Fri, 15 Mar 2024 17:01:56 +0530 Subject: [PATCH] Adding GH_TOKEN Signed-off-by: ashiquemd --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a489b74..dec66ae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -142,6 +142,8 @@ jobs: --repo "${GITHUB_REPOSITORY}" \ --title "Azure Functions Dapr Extension v${REL_VERSION}" \ --notes "Release Azure Functions Dapr Extension v${REL_VERSION}" + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload NuGet and Maven packages to Azure blob storage if: | startsWith(github.ref, 'refs/tags/v') &&