From c0f757b7edcaee3b8fce272720cd6f7725ed9456 Mon Sep 17 00:00:00 2001 From: Tom Carrio Date: Sat, 17 Oct 2020 18:38:29 -0400 Subject: [PATCH] GitHub mirroring --- .build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.build.yml b/.build.yml index 0cb7ee8..be0ff88 100644 --- a/.build.yml +++ b/.build.yml @@ -5,12 +5,15 @@ packages: - jq sources: - https://git.sr.ht/~tcarrio/dialogflow-as-code + - https://git.sr.ht/~tcarrio/git-mirror - https://git.sr.ht/~tcarrio/build-helpers environment: helpers_dir: build-helpers project_dir: dialogflow-as-code + GIT_TARGET_REPO: git@github.com:tcarrio/dialogflow-as-code.git secrets: - ba28a958-f5f1-48d5-830f-abcbb5efb1a5 + - 4e983fc2-9d24-43eb-9986-1c18feb2e7b8 tasks: - install: | cd $project_dir @@ -38,3 +41,4 @@ tasks: fi npm publish --access public + - mirror-all: git-mirror/git-mirror.sh $project_dir -- 2.45.2