Skip to content

Commit

Permalink
bot account
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Feb 12, 2023
1 parent 942f577 commit 284f973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.8
with:
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.BOT_GITHUB_TOKEN }}
branch: gh-pages
folder: target/doc
clean: true
git-config-email: bot@dudy.dev
git-config-email: bot@swc.rs
repository-name: dudykr/stc-rustdoc
commit-message: "Update rustdoc"
single-commit: true

0 comments on commit 284f973

Please sign in to comment.