We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1bd994 commit 836f53bCopy full SHA for 836f53b
1 file changed
.github/workflows/deploy.yml
@@ -4,6 +4,11 @@ on:
4
push:
5
branches: [ main ]
6
7
+permissions:
8
+ contents: write
9
+ pages: write
10
+ id-token: write
11
+
12
jobs:
13
deploy-html:
14
runs-on: ubuntu-latest
0 commit comments