mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-05-26 15:16:14 +00:00
Add permissions to run "deploy everywhere" action
This commit is contained in:
4
.github/workflows/deploy-gh-pages.yml
vendored
4
.github/workflows/deploy-gh-pages.yml
vendored
@@ -1,6 +1,8 @@
|
|||||||
name: Deploy to GitHub Pages
|
name: Deploy to GitHub Pages
|
||||||
|
|
||||||
on: workflow_dispatch
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
workflow_call:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
4
.github/workflows/deploy-wikitree-apps.yml
vendored
4
.github/workflows/deploy-wikitree-apps.yml
vendored
@@ -1,6 +1,8 @@
|
|||||||
name: Deploy to WikiTree Apps
|
name: Deploy to WikiTree Apps
|
||||||
|
|
||||||
on: workflow_dispatch
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
workflow_call:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
Reference in New Issue
Block a user