kopia lustrzana https://github.com/meshtastic/protobufs
Add dispatch workflow for docs
rodzic
0c20edb818
commit
c34406ff84
|
@ -0,0 +1,15 @@
|
|||
name: "CI"
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
update-docs:
|
||||
environment: Production
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Update Docs
|
||||
uses: benc-uk/workflow-dispatch@v1
|
||||
with:
|
||||
workflow: update_protobufs
|
||||
repo: meshtastic/meshtastic
|
||||
token: ${{ secrets.ACCESS_TOKEN }}
|
Ładowanie…
Reference in New Issue