Skip to content

Commit

Permalink
ci: add sync
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Apr 10, 2024
1 parent eb0673a commit a1220ad
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -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 }}
1 change: 0 additions & 1 deletion files/one-shot.py

This file was deleted.

0 comments on commit a1220ad

Please sign in to comment.