diff options
-rw-r--r-- | .github/workflows/main.yml | 15 | ||||
-rw-r--r-- | soupault.toml | 2 |
2 files changed, 15 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9c56c68..710c4a5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,6 +12,16 @@ on: schedule: - 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 @@ -27,7 +37,10 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + with: + repository: vyos/community.vyos.net + ref: main - name: Install build dependencies from the repos run: | diff --git a/soupault.toml b/soupault.toml index 4df6708..b5dd522 100644 --- a/soupault.toml +++ b/soupault.toml @@ -99,7 +99,7 @@ Disallow: / widget = "insert_html" html = """ <div id="rolling-current"> - <h3>Current/sagitta (future 1.4.0)</h3> + <h3>Current/Circinus (future 1.5.0)</h3> </div> """ selector = "div#content" |