From 1d33407868a1c943060fa0cfc4b72ad0275fe510 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 21:25:36 +0000 Subject: [PATCH] File sync from kbrashears5/kbrashears5 --- .github/workflows/repo-metadata-sync.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/repo-metadata-sync.yml diff --git a/.github/workflows/repo-metadata-sync.yml b/.github/workflows/repo-metadata-sync.yml new file mode 100644 index 0000000..caf14a9 --- /dev/null +++ b/.github/workflows/repo-metadata-sync.yml @@ -0,0 +1,19 @@ +name: Repo Metadata Sync + +on: + push: + branches: + - main + +jobs: + repo_sync: + runs-on: ubuntu-latest + steps: + - name: Fetching Local Repository + uses: actions/checkout@v3 + - name: Repo Sync + uses: kbrashears5/github-action-repo-sync@v2.0.0 + with: + TYPE: npm + PATH: package.json + TOKEN: ${{ secrets.ACTIONS }}