Skip to content

Commit

Permalink
fix: use BOT_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Oct 10, 2020
1 parent 341b331 commit 92e6b54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Deploy to GitHub pages
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.TEST_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
BRANCH: gh-pages
FOLDER: docs
CLEAN: true
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: GoogleCloudPlatform/[email protected]
id: release
with:
token: ${{ secrets.TEST_TOKEN }}
token: ${{ secrets.BOT_TOKEN }}
release-type: node
package-name: cheminfo-tools-test
bump-minor-pre-major: Yes
Expand Down

0 comments on commit 92e6b54

Please sign in to comment.