Skip to content

Commit d002738

Browse files
committed
REF use old bot account
1 parent 8fd8c98 commit d002738

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
shell: bash -l {0}
3636
run: |
3737
source ./.ci_scripts/update_docs
38-
# env:
39-
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40-
# GH_REF: ${{ github.ref }}
4138
4239
- name: deploy
4340
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
@@ -46,5 +43,5 @@ jobs:
4643
github_token: ${{ secrets.GITHUB_TOKEN }}
4744
publish_branch: gh-pages
4845
publish_dir: .
49-
user_name: cf-blacksmithy
50-
user_email: cf-blacksmithy@email.com
46+
user_name: conda-forge-coordinator
47+
user_email: conda-forge-coordinator@email.com

0 commit comments

Comments
 (0)