Replace GITHUB_TOKEN with ACCESS_TOKEN

Details: https://github.com/JamesIves/github-pages-deploy-action/issues/5#issuecomment-471966849
This commit is contained in:
freearhey
2019-11-11 13:04:13 +03:00
parent 06c9d5b18b
commit feefda69a8

View File

@@ -14,7 +14,7 @@ jobs:
- name: Generate Playlists and Deploy
uses: JamesIves/github-pages-deploy-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ACCESS_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}
BASE_BRANCH: master
BRANCH: gh-pages
FOLDER: .gh-pages