deathau.weblog.lol/.forgejo/workflows/main.yml
Gordon Pedersen 60f9a74b81
All checks were successful
/ weblog.lol (push) Successful in 11s
Let's try again with the github action
2024-05-07 09:50:19 +10:00

15 lines
No EOL
343 B
YAML

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 }}