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