Kaynağa Gözat

fix: deployment

Ayush Sharma 5 gün önce
ebeveyn
işleme
376eea5497
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      .github/workflows/deploy.yml

+ 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 }}