ci: pass secrets to reusable workflow [skip test]

This commit is contained in:
lowlighter
2022-01-15 23:45:17 -05:00
parent fea8a3f30a
commit 116c7ba359
2 changed files with 16 additions and 1 deletions

View File

@@ -5,7 +5,14 @@ on:
- cron: "0 8 1/2 * *"
workflow_dispatch:
workflow_call:
secrets:
METRICS_TOKEN:
METRICS_TOKEN_WITH_SCOPES:
PAGESPEED_TOKEN:
SPOTIFY_TOKENS:
STOCK_TOKEN:
TWITTER_TOKEN:
WAKATIME_TOKEN:
jobs:
# ======================================================================================