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.
2 parents e168b4a + ab7ef01 commit d291ba8Copy full SHA for d291ba8
.github/workflows/docs-build.yml
@@ -3,8 +3,10 @@ name: docs-build
3
on:
4
release:
5
types: [published]
6
- repository_dispatch:
7
- types: docs-build
+ workflow_dispatch:
+
8
+permissions:
9
+ contents: write
10
11
jobs:
12
build-deploy:
@@ -13,5 +15,5 @@ jobs:
13
15
- name: Build Docs
14
16
uses: laminas/documentation-theme/github-actions/docs@master
17
env:
- "DOCS_DEPLOY_KEY": ${{ secrets.DOCS_DEPLOY_KEY }}
- "GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
18
+ DEPLOY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments