testing a workflow
This commit is contained in:
parent
a47ccad92d
commit
abb572a2b9
20
.github/workflows/repopush.yml
vendored
Normal file
20
.github/workflows/repopush.yml
vendored
Normal file
@ -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
|
||||
Loading…
Reference in New Issue
Block a user