We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b094acb + 6e30321 commit 8b0744cCopy full SHA for 8b0744c
.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