We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24bf2b4 commit c11d598Copy full SHA for c11d598
1 file changed
.github/workflows/gh-page.yml
@@ -9,6 +9,8 @@ on:
9
jobs:
10
deploy:
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ contents: write
14
steps:
15
- uses: actions/checkout@v4
16
with:
0 commit comments