Replace GITHUB_TOKEN with ACCESS_TOKEN
Details: https://github.com/JamesIves/github-pages-deploy-action/issues/5#issuecomment-471966849
This commit is contained in:
parent
496e0f8bcb
commit
aee2737842
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
- name: Generate Playlists and Deploy
|
- name: Generate Playlists and Deploy
|
||||||
uses: JamesIves/github-pages-deploy-action@master
|
uses: JamesIves/github-pages-deploy-action@master
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
ACCESS_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}
|
||||||
BASE_BRANCH: master
|
BASE_BRANCH: master
|
||||||
BRANCH: gh-pages
|
BRANCH: gh-pages
|
||||||
FOLDER: .gh-pages
|
FOLDER: .gh-pages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user