fix(ci): missing deployment secrets in reusable action

This commit is contained in:
Elian Doran
2025-09-28 00:21:05 +03:00
parent 7386bb35e5
commit 9b37708f0c
3 changed files with 20 additions and 5 deletions

View File

@@ -123,3 +123,6 @@ jobs:
comment_body: "📚 Documentation preview is ready"
production_url: "https://docs.triliumnotes.org"
deploy_dir: "site"
cloudflare_api_token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
cloudflare_account_id: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
github_token: ${{ secrets.GITHUB_TOKEN }}