Skip to content

Commit

Permalink
ci: fix token permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
denysvitali authored Nov 26, 2024
1 parent 5977714 commit cf084b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
with:
path: dist/
deploy:
needs: build
permissions:
pages: write
id-token: write
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit cf084b8

Please sign in to comment.