Skip to content

Commit 8a34f77

Browse files
authored
Update publish_crates.yml
1 parent 143c733 commit 8a34f77

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish_crates.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ permissions:
1717

1818
env:
1919
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
20+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2021

2122
jobs:
2223
publish:
@@ -40,8 +41,8 @@ jobs:
4041

4142
- name: Publish version
4243
run: |
43-
git config user.email "bot@avarok.net"
44-
git config user.name "crates.io bot"
44+
git config user.email "tbraun96@gmail.com"
45+
git config user.name "Thomas Braun"
4546
if [ "${{ github.event.inputs.version_type }}" = "patch" ]; then
4647
cargo make publish-patch
4748
elif [ "${{ github.event.inputs.version_type }}" = "minor" ]; then

0 commit comments

Comments
 (0)