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 496e0f8bcb
commit aee2737842
1 changed files with 1 additions and 1 deletions

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