From abb572a2b9ce079cba1a1a8c25ed719a52649213 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Sun, 17 Dec 2023 02:41:50 +0530 Subject: [PATCH] testing a workflow --- .github/workflows/repopush.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/repopush.yml diff --git a/.github/workflows/repopush.yml b/.github/workflows/repopush.yml new file mode 100644 index 0000000..2ff3a0c --- /dev/null +++ b/.github/workflows/repopush.yml @@ -0,0 +1,20 @@ +# push contents of this repo to specified repo on github on commit +name: push this repo to bundle repo +on: + push: + branches: + - master +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: push to bundle repo + uses: ad-m/github-push-action@master + with: + github_token: ${{ secrets.SM_ACCESS_TOKEN }} + branch: master + force: true + directory: . + repository: https://github.com/ranchimall/dappbundle.git + target-directory: btcwallet