From a1220ad5c7dcd3a0cdff4e56c25e83278beece87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Wed, 10 Apr 2024 06:37:54 +0200 Subject: [PATCH] ci: add sync --- .github/workflows/sync.yml | 13 +++++++++++++ files/one-shot.py | 1 - 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/sync.yml delete mode 100644 files/one-shot.py diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml new file mode 100644 index 0000000..21c16b3 --- /dev/null +++ b/.github/workflows/sync.yml @@ -0,0 +1,13 @@ +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 }} diff --git a/files/one-shot.py b/files/one-shot.py deleted file mode 100644 index 8b13789..0000000 --- a/files/one-shot.py +++ /dev/null @@ -1 +0,0 @@ -