From 28400c1da8654639281b17b01f5d051cabea078f Mon Sep 17 00:00:00 2001 From: Charles <18726788+csharpee@users.noreply.github.com> Date: Wed, 13 Jan 2021 21:45:15 -0500 Subject: [PATCH] more testing with GH pages actions --- .github/workflows/github-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 3b51add..ecc0346 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -23,6 +23,6 @@ jobs: # Specify the target branch (optional) - uses: helaili/jekyll-action@v2 env: - JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }} + JEKYLL_PAT: ${{ github.actor }}:${{ github.token }} with: target_branch: 'gh-pages'