From 650a6d33706aa5d9debce55a92e8a695a98643dd Mon Sep 17 00:00:00 2001 From: Gordon Pedersen Date: Mon, 6 May 2024 12:34:41 +1000 Subject: [PATCH] add action to publish to weblog.lol --- .forgejo/workflows/main.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .forgejo/workflows/main.yml diff --git a/.forgejo/workflows/main.yml b/.forgejo/workflows/main.yml new file mode 100644 index 0000000..9136a99 --- /dev/null +++ b/.forgejo/workflows/main.yml @@ -0,0 +1,15 @@ +on: [push] + +jobs: + weblog_import: + runs-on: ubuntu-latest + name: weblog.lol + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 2 + - id: weblog_import + uses: https://github.com/neatnik/weblog.lol@v1 + env: + ADDRESS: deathau + WEBLOG_API_KEY: ${{ secrets.WEBLOG_API_KEY }} \ No newline at end of file