Skip to content

Commit

Permalink
Use token
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinki14 committed Sep 29, 2024
1 parent 6f835d1 commit 16afa87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,6 @@ jobs:
run: git push origin gh-pages

- name: Trigger - Deploy
run: gh workflow run deploy-pages --ref gh-pages
run: gh workflow run deploy-pages --ref gh-pages
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 16afa87

Please sign in to comment.