Skip to content

Commit

Permalink
Fix token secret
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnySc2 committed Oct 2, 2021
1 parent f41c23c commit b4bae95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ jobs:
build_dir: build
committer: "MMRbot <[email protected]>"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_PAGES_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/run_schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ jobs:
build_dir: build
committer: "MMRbot <[email protected]>"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_PAGES_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit b4bae95

Please sign in to comment.