Skip to content

feat: bits and pieces writeup #18

feat: bits and pieces writeup

feat: bits and pieces writeup #18

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