Skip to content

Commit 3c45531

Browse files
committed
fixing workflow
1 parent e0cf2b6 commit 3c45531

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,13 @@ jobs:
4242
url: ${{ steps.deployment.outputs.page_url }}
4343
runs-on: ubuntu-latest
4444
needs: build
45+
permissions:
46+
pages: write
47+
id-token: write
4548
steps:
4649
- name: Deploy to GitHub Pages
4750
id: deployment
4851
uses: actions/deploy-pages@v4
52+
with:
53+
token: ${{ secrets.GITHUB_TOKEN }}
54+

0 commit comments

Comments
 (0)