From 0942925d95a9f5aeaf5706360514666b588b9190 Mon Sep 17 00:00:00 2001 From: Sophie Eckenstaler Date: Mon, 27 Mar 2023 17:14:29 +0200 Subject: [PATCH] updated gh action like https://github.com/enriikke/gatsby-gh-pages-action/issues/27#issuecomment-719543084 --- .github/workflows/gatsby-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gatsby-publish.yaml b/.github/workflows/gatsby-publish.yaml index 6593f10..b8811a8 100644 --- a/.github/workflows/gatsby-publish.yaml +++ b/.github/workflows/gatsby-publish.yaml @@ -12,4 +12,4 @@ jobs: - uses: actions/checkout@v1 - uses: enriikke/gatsby-gh-pages-action@v2 with: - repo-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + access-token: x-access-token:${{ secrets.GITHUB_TOKEN }} \ No newline at end of file