Skip to content

Commit 84c1831

Browse files
Run release-tag workflow with monta bot
1 parent b0aa934 commit 84c1831

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/create-release-tag.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
22-
token: ${{ secrets.GITHUB_TOKEN }}
22+
token: ${{ secrets.MONTA_BOT_TOKEN }}
2323
- name: Generate tag name
2424
id: generate_tag
2525
run: |
@@ -39,8 +39,8 @@ jobs:
3939
tag="${{ steps.generate_tag.outputs.tag }}"
4040
4141
# Configure git
42-
git config user.name "github-actions[bot]"
43-
git config user.email "github-actions[bot]@users.noreply.github.com"
42+
git config user.name "Monta Bot"
43+
git config user.email "bot@monta.com"
4444
4545
# Create the tag
4646
git tag "$tag"

0 commit comments

Comments
 (0)