Skip to content

Commit

Permalink
fix: Update access_token in deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunny-unik authored Dec 17, 2023
1 parent a8cc080 commit 1d58511
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
- uses: actions/checkout@v3
- uses: enriikke/gatsby-gh-pages-action@v2
with:
access-token: ${{ secrets.GITHUB_TOKEN }}
access-token: ${{ secrets.ACCESS_TOKEN }}
deploy-branch: gh-pages
gatsby-args: --prefix-paths
repository-url: git@github.com:Sunny-unik/gatsby-blog-tutorial.git

0 comments on commit 1d58511

Please sign in to comment.