We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2af157 + 6dc53ce commit e5c7c7aCopy full SHA for e5c7c7a
.github/workflows/release.yaml
@@ -5,6 +5,9 @@ on:
5
branches:
6
- release-*
7
8
+permissions:
9
+ contents: write # allow actions to update gh-pages branch
10
+
11
jobs:
12
release:
13
runs-on: ubuntu-latest
0 commit comments