mirror of
https://github.com/tauri-apps/workflow-testbed.git
synced 2026-01-31 00:35:23 +01:00
20 lines
492 B
YAML
20 lines
492 B
YAML
# Copyright 2019-2022 Tauri Programme within The Commons Conservancy
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
name: trigger update-docs
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
dispatch:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Repository Dispatch to tauri-docs
|
|
uses: peter-evans/repository-dispatch@v1
|
|
with:
|
|
token: ${{ secrets.ORG_TAURI_BOT_PAT }}
|
|
repository: tauri-apps/tauri-docs
|
|
event-type: test-update-docs
|