Skip to content

Commit 20aef17

Browse files
authored
Update release.yml to use temporal-cicd[bot] (#120)
## What was changed Change how the bot identifies itself ## Why? Actions cannot be added to bypass lists ## Checklist <!--- add/delete as needed ---> 1. Closes <!-- add issue number here --> 2. How was this tested: <!--- Please describe how you tested your changes/how we can test them --> 3. Any docs updates needed? <!--- update README if applicable or point out where to update docs.temporal.io -->
1 parent 5d9fc97 commit 20aef17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363

6464
- name: Configure Git
6565
run: |
66-
git config user.name "$GITHUB_ACTOR"
67-
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
66+
git config user.name "temporal-cicd[app]"
67+
git config user.email "temporal-cicd@users.noreply.github.com"
6868
6969
- name: Install Helm
7070
uses: azure/setup-helm@v3

0 commit comments

Comments
 (0)