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 d779d3f commit c5abef4Copy full SHA for c5abef4
.github/workflows/deploy.yml
@@ -25,8 +25,8 @@ jobs:
25
shell: bash -l {0}
26
run: |
27
# 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]
+ git config --global user.email "pelson.pub+conda-forge@gmail.com"
+ git config --global user.name "conda-forge-admin"
30
31
# configure conda
32
conda config --set show_channel_urls true
@@ -44,5 +44,5 @@ jobs:
44
github_token: ${{ secrets.GITHUB_TOKEN }}
45
publish_branch: gh-pages
46
publish_dir: .
47
- user_name: conda-forge-coordinator
48
- user_email: conda.forge.coordinator@gmail.com
+ user_name: conda-forge-admin
+ user_email: pelson.pub+conda-[email protected]
0 commit comments