We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc709d commit a8558c4Copy full SHA for a8558c4
1 file changed
.github/workflows/deploy.yaml
@@ -32,6 +32,9 @@ jobs:
32
environment:
33
name: Production
34
url: ${{ steps.deployment.outputs.page_url }}
35
+ permissions:
36
+ pages: write
37
+ id-token: write
38
steps:
39
- name: Deploy to GitHub Pages
40
id: deployment
0 commit comments