We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96680cc commit 6e837faCopy full SHA for 6e837fa
1 file changed
.github/workflows/deploy.yml
@@ -8,7 +8,8 @@ on:
8
jobs:
9
deploy:
10
runs-on: ubuntu-latest
11
- permissions: {}
+ permissions:
12
+ pages: write
13
steps:
14
- uses: actions/checkout@v4
15
with:
0 commit comments