Skip to content

Commit

Permalink
Update static.yml added githubtoken in env
Browse files Browse the repository at this point in the history
  • Loading branch information
sandykadam authored Aug 19, 2024
1 parent ce35e26 commit 6a5b46d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
gulp build # to do: we should make this run by `npm test`
env:
CI: true
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Deploy to GH Pages 🚀
uses: actions/deploy-pages@v4
with:
Expand Down

0 comments on commit 6a5b46d

Please sign in to comment.