Skip to content

Commit

Permalink
Adding GH_TOKEN
Browse files Browse the repository at this point in the history
Signed-off-by: ashiquemd <[email protected]>
  • Loading branch information
ASHIQUEMD committed Mar 15, 2024
1 parent 7f89d68 commit 7f79f7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') &&
Expand Down

0 comments on commit 7f79f7f

Please sign in to comment.