Add permissions to run "deploy everywhere" action

This commit is contained in:
Przemek Więch
2026-03-15 17:12:16 +01:00
committed by GitHub
parent 5e1c78a11b
commit dd4bc79283
2 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
name: Deploy to GitHub Pages
on: workflow_dispatch
on:
workflow_dispatch:
workflow_call:
jobs:
deploy:

View File

@@ -1,6 +1,8 @@
name: Deploy to WikiTree Apps
on: workflow_dispatch
on:
workflow_dispatch:
workflow_call:
jobs:
deploy: