Skip to content

Commit

Permalink
Add missing token
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-zaiaev authored Jun 10, 2024
1 parent 38082a3 commit efd7a98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

0 comments on commit efd7a98

Please sign in to comment.