Skip to content

Commit

Permalink
Add GH_TOKEN env variable to deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jerboa88 committed Jun 17, 2024
1 parent f04716c commit 92b71f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
run: yarn install --immutable

- name: Build with Gatsby
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: yarn build

- name: Deploy to gh-pages branch
Expand Down

0 comments on commit 92b71f1

Please sign in to comment.