1
0
Ayush Sharma 5 өдөр өмнө
parent
commit
376eea5497

+ 3 - 0
.github/workflows/deploy.yml

@@ -91,6 +91,9 @@ jobs:
 
   # Deployment job
   deploy:
+    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 }}