Skip to content

Commit

Permalink
Fix deploy token
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnySc2 committed Oct 2, 2021
1 parent b4bae95 commit 3fa0ac3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@ jobs:
if: github.ref == 'refs/heads/master'
uses: crazy-max/ghaction-github-pages@v2
with:
committer: Deployer Bot <[email protected]>
author: Deployer Bot <[email protected]>
allow_empty_commit: false
target_branch: gh-pages
build_dir: build
committer: "MMRbot <[email protected]>"
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7 changes: 4 additions & 3 deletions .github/workflows/run_schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,10 @@ jobs:
if: github.ref == 'refs/heads/master'
uses: crazy-max/ghaction-github-pages@v2
with:
committer: Deployer Bot <[email protected]>
author: Deployer Bot <[email protected]>
allow_empty_commit: false
target_branch: gh-pages
build_dir: build
committer: "MMRbot <[email protected]>"
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3fa0ac3

Please sign in to comment.