generated from particuleio/terraform-module-template
-
Notifications
You must be signed in to change notification settings - Fork 0
36 lines (34 loc) · 1000 Bytes
/
sync.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
on:
# cronjob trigger
schedule:
- cron: "0 0 1 * *"
# manual trigger
workflow_dispatch:
jobs:
repo-sync:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: actions-template-sync
uses: varunsridharan/action-github-workflow-sync@main
with:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
PULL_REQUEST: true
REPOSITORIES: |
particuleio/terraform-scaleway-database
WORKFLOW_FILES: |
.github/CONTRIBUTING.md
.github/renovate.json
.github/workflows/pr-title.yaml
.github/workflows/pre-commit.yaml
.github/workflows/release.yaml
.github/workflows/renovate.yaml
.github/workflows/stale-actions.yaml
.tools-version
.releaserc
.python-version
.mergify.yml
.gitignore
.pre-commit-config.yaml
.terraform-docs.yml