Skip to content

Commit c5abef4

Browse files
authored
Update deploy.yml
1 parent d779d3f commit c5abef4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
shell: bash -l {0}
2626
run: |
2727
# configure bot account
28-
git config --global user.name "Travis-CI on github.com/conda-forge/conda-forge.github.io"
29-
git config --global user.email conda.forge[email protected]
28+
git config --global user.email "pelson.pub+conda-forge@gmail.com"
29+
git config --global user.name "conda-forge-admin"
3030
3131
# configure conda
3232
conda config --set show_channel_urls true
@@ -44,5 +44,5 @@ jobs:
4444
github_token: ${{ secrets.GITHUB_TOKEN }}
4545
publish_branch: gh-pages
4646
publish_dir: .
47-
user_name: conda-forge-coordinator
48-
user_email: conda.forge.coordinator@gmail.com
47+
user_name: conda-forge-admin
48+
user_email: pelson.pub+conda-[email protected]

0 commit comments

Comments
 (0)