From e0cbb126fcc69f1aa71598576ef97d0e93072676 Mon Sep 17 00:00:00 2001 From: James Ives Date: Thu, 26 Sep 2019 17:42:17 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ee30fed..cc952a6f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ jobs: - name: Build and Deploy uses: JamesIves/github-pages-deploy-action@master env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} BASE_BRANCH: master # The branch the action should deploy from. BRANCH: gh-pages # The branch the action should deploy to. FOLDER: build # The folder the action should deploy.