Skip to content

.github/workflows/sync-template.yaml #7

.github/workflows/sync-template.yaml

.github/workflows/sync-template.yaml #7

on:
schedule:
- cron: "0 0 1 * *"
workflow_dispatch:
jobs:
repo-sync:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: actions-template-sync
uses: AndreasAugustin/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: iden3/go-service-template