summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiran Tal <liran.tal@gmail.com>2022-04-19 13:31:49 +0300
committerGitHub <noreply@github.com>2022-04-19 13:31:49 +0300
commit3dbfd51a36bd63e65236eb667cc569905068f4f8 (patch)
treefdb1c650cf1585c9cad009202c7f292a7bbbbb1d
parent40e3f30f3197c6c662bb3edb7e1e222a0989f3a8 (diff)
build: updating access-token specifier for github actions
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 6c0d555..7a4eef7 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -38,7 +38,7 @@ jobs:
- name: Gatsby Publish
uses: enriikke/gatsby-gh-pages-action@v2
with:
- access-token: ${{ secrets.GITHUB_TOKEN }}
+ access-token: x-access-token:${{ secrets.GITHUB_TOKEN }}
working-dir: docs
deploy-branch: gh-pages