We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0aa934 commit 84c1831Copy full SHA for 84c1831
.github/workflows/create-release-tag.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v4
20
with:
21
fetch-depth: 0
22
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.MONTA_BOT_TOKEN }}
23
- name: Generate tag name
24
id: generate_tag
25
run: |
@@ -39,8 +39,8 @@ jobs:
39
tag="${{ steps.generate_tag.outputs.tag }}"
40
41
# Configure git
42
- git config user.name "github-actions[bot]"
43
- git config user.email "github-actions[bot]@users.noreply.github.com"
+ git config user.name "Monta Bot"
+ git config user.email "bot@monta.com"
44
45
# Create the tag
46
git tag "$tag"
0 commit comments