Fix missing permissions for release workflow

This commit is contained in:
Ajay
2025-09-16 03:55:27 -04:00
committed by mini-bomba
parent a34e6e6d03
commit c30f8ec5a3

View File

@@ -247,6 +247,9 @@ jobs:
deploy-ghp:
name: Deploy to github pages
needs: build
permissions:
id-token: write
pages: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}