From 7044d02ab5696cbf1c5b9b61992629e9bf8dcd64 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sat, 6 Jun 2020 10:58:54 -0400 Subject: [PATCH] Makes the default example the GITHUB_TOKEN --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 997d0f51..366f3716 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ jobs: - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@releases/v3 with: - ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages # The branch the action should deploy to. FOLDER: build # The folder the action should deploy. ```