We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b496d commit 122be6aCopy full SHA for 122be6a
.github/workflows/gatsby_build.yml
@@ -12,6 +12,6 @@ jobs:
12
- uses: actions/checkout@v3
13
- uses: enriikke/gatsby-gh-pages-action@v2
14
with:
15
- access-token: ${{ secrets.ACCESS_TOKEN }}
+ access-token: ${{ secrets.SECRET_TOKEN }}
16
deploy-branch: gh-pages
17
gatsby-args: --prefix-paths
0 commit comments