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 3a0aa61 commit 6efa2bbCopy full SHA for 6efa2bb
1 file changed
.github/workflows/docs-build.yml
@@ -4,8 +4,10 @@ on:
4
push:
5
branches:
6
- master
7
- repository_dispatch:
8
- types: docs-build
+ workflow_dispatch:
+
9
+permissions:
10
+ contents: write
11
12
jobs:
13
build-deploy:
@@ -14,4 +16,5 @@ jobs:
14
16
- name: Build Docs
15
17
uses: laminas/documentation-theme/github-actions/docs@master
18
env:
- DOCS_DEPLOY_KEY: ${{ secrets.DOCS_DEPLOY_KEY }}
19
+ DEPLOY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments