Skip to content

Commit 49183de

Browse files
authored
Merge pull request #11 from reapit-global/add-repo-sync-workflows
ci: Add workflows to sync code and releases to the public repo
2 parents 3bb5d1b + 6026cd7 commit 49183de

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Sync Code to Public Repo
2+
on:
3+
push:
4+
branches: [main]
5+
6+
jobs:
7+
sync-code:
8+
uses: reapit-global/uk-devops-reusable-workflows/.github/workflows/public_repo_sync_code.yml@06feb189699a7751a163b66f72deead8a4921917
9+
with:
10+
public_org: "reapit"
11+
public_repo: "foundations-code-examples"

0 commit comments

Comments
 (0)