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 7b7ce5f commit 02f11a2Copy full SHA for 02f11a2
1 file changed
.github/workflows/release.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Repository Dispatch
17
uses: peter-evans/repository-dispatch@v4
18
with:
19
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.DOCS_TOKEN }}
20
repository: static-web-server/docs
21
event-type: event-docs-v2-install
22
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
0 commit comments