Skip to content

Commit

Permalink
Merge branch 'master' into kaibocai/reuse-id
Browse files Browse the repository at this point in the history
  • Loading branch information
ItalyPaleAle committed Dec 19, 2023
2 parents 630b14f + e90b54d commit 0205b9c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,11 @@ jobs:
sudo apt-get update
sudo apt-get install pcre2-utils
- name: Create release branch and tag
run: ./.github/scripts/create-release.sh ${{ inputs.rel_version }}
env:
GITHUB_TOKEN: ${{ secrets.DAPR_BOT_TOKEN }}
run: |
git config user.email "daprweb@microsoft.com"
git config user.name "Dapr Bot"
# Update origin with token
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
./.github/scripts/create-release.sh ${{ inputs.rel_version }}

0 comments on commit 0205b9c

Please sign in to comment.