Skip to content

Commit

Permalink
chore(template): sync with hutchic-org/template-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic committed Jan 20, 2025
1 parent f0dbb1e commit fb53bf8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Sync the template repository

on: # yamllint disable-line rule:truthy
pull_request:
push:
branches: main

jobs:
sync:
runs-on: ubuntu-latest

steps:
- name: Queue
uses: ahmadnassri/[email protected]
- name: Checkout
uses: actions/[email protected]
- name: Sync
uses: ahmadnassri/[email protected]
with:
github-token: ${{ secrets.GH_TOKEN }}

0 comments on commit fb53bf8

Please sign in to comment.