From b3b496d855a69f1943f24796e25e222791067279 Mon Sep 17 00:00:00 2001 From: ehinrichs <54997013+ehinrichs@users.noreply.github.com> Date: Fri, 3 May 2024 10:45:11 -0600 Subject: [PATCH] workflow fix --- .github/workflows/gatsby_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gatsby_build.yml b/.github/workflows/gatsby_build.yml index 9429c06..05b3010 100644 --- a/.github/workflows/gatsby_build.yml +++ b/.github/workflows/gatsby_build.yml @@ -12,6 +12,6 @@ jobs: - uses: actions/checkout@v3 - uses: enriikke/gatsby-gh-pages-action@v2 with: - access-token: ${{ GITHUB_TOKEN }} + access-token: ${{ secrets.ACCESS_TOKEN }} deploy-branch: gh-pages gatsby-args: --prefix-paths