From 5dad8d2e26ffea2aec564f05cd0e6b5a5d3d0011 Mon Sep 17 00:00:00 2001 From: zepp Date: Sat, 8 Mar 2025 21:10:07 -0500 Subject: [PATCH] add gitea action --- .gitea/workflows/main.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitea/workflows/main.yaml diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml new file mode 100644 index 0000000..d8225af --- /dev/null +++ b/.gitea/workflows/main.yaml @@ -0,0 +1,15 @@ +on: [push] + +jobs: + weblog_import: + runs-on: ubuntu-latest + name: weblog.lol + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 2 + - id: weblog_import + uses: neatnik/weblog.lol@v1 + env: + ADDRESS: emma + WEBLOG_API_KEY: ${{ secrets.WEBLOG_API_KEY }}