We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0eae6e commit e02c313Copy full SHA for e02c313
.github/workflows/gh-pages.yml
@@ -11,6 +11,8 @@ jobs:
11
runs-on: ubuntu-24.04
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.ref }}
14
+ permissions:
15
+ contents: write
16
steps:
17
- uses: actions/checkout@v4
18
with:
0 commit comments