We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a873e commit 1b836b6Copy full SHA for 1b836b6
.github/workflows/release.yaml
@@ -68,6 +68,8 @@ jobs:
68
name: github-pages
69
url: ${{ steps.deployment.outputs.page_url }}
70
runs-on: ubuntu-latest
71
+ permissions:
72
+ contents: write # Needed to commit the generated file
73
needs:
74
- generate-page
75
steps:
0 commit comments