Skip to content

feat: agile rut writeup #11

feat: agile rut writeup

feat: agile rut writeup #11

Workflow file for this run

name: Sync
on:
push:
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: GerlachSnezka/writeups@main
with:
token: ${{ secrets.GH_ACCESS_TOKEN }}