Skip to content

Commit

Permalink
chore: add permission to website job
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Mar 3, 2025
1 parent ec73361 commit 211131a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,15 @@ jobs:

# Deployment job
deploy:
name: Deploy
needs: build
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
needs: build
runs-on: ubuntu-latest
name: Deploy
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 211131a

Please sign in to comment.