summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/main.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 36b61a6..422cad2 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -13,6 +13,15 @@ on:
- cron: "0 3 * * *"
workflow_dispatch:
workflow_call:
+ secrets:
+ NETLIFY_SITE_NAME:
+ required: true
+ NETLIFY_TOKEN:
+ required: true
+ SOUPAULT_PROFILE:
+ required: true
+ GH_ACCESS_TOKEN:
+ required: true
# A workflow run is made up of one or more jobs that can run sequentially or in parallel