Skip to content

Commit

Permalink
update workflow for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ake123 committed Jun 26, 2024
1 parent 9ddc392 commit 3a1ecbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-bioc-devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@ jobs:

- name: Deploy package
if: github.ref == 'refs/heads/master' && env.run_pkgdown == 'true' && runner.os == 'Linux'
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub Action"
Expand Down

0 comments on commit 3a1ecbe

Please sign in to comment.