deathau.weblog.lol/.forgejo/workflows/main.yml

15 lines
343 B
YAML
Raw Normal View History

2024-05-06 04:35:43 +00:00
on: [push]
jobs:
weblog_import:
runs-on: ubuntu-latest
2024-05-06 04:35:43 +00:00
name: weblog.lol
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- id: weblog_import
2024-05-06 23:50:19 +00:00
uses: https://github.com/neatnik/weblog.lol@v1
2024-05-06 04:35:43 +00:00
env:
ADDRESS: deathau
WEBLOG_API_KEY: ${{ secrets.WEBLOG_API_KEY }}