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') &&