We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bafc1cf commit 8c668dfCopy full SHA for 8c668df
1 file changed
.github/workflows/deploy.yml
@@ -3,7 +3,12 @@ name: Deploy to GitHub Pages
3
on:
4
push:
5
branches:
6
- - main # Set this to the branch you want to deploy from
+ - main
7
+
8
+permissions:
9
+ contents: read
10
+ pages: write
11
+ id-token: write
12
13
jobs:
14
build:
@@ -34,4 +39,4 @@ jobs:
34
39
steps:
35
40
- name: Deploy to GitHub Pages
36
41
id: deployment
37
- uses: actions/deploy-pages@v4
42
+ uses: actions/deploy-pages@v4
0 commit comments