Skip to content

Update pull-docs.yml #7

Update pull-docs.yml

Update pull-docs.yml #7

Workflow file for this run

name: Copy README.md from the ixo-blockchain repository
on: [push]
jobs:
copy_files:
runs-on: ubuntu-latest
steps:
- name: Checkout source repo
uses: actions/checkout@v2
- name: Copy file to another repo
uses: nkoppel/[email protected]
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source-files: 'https://github.com/ixofoundation/ixo-blockchain/blob/f4193c31eb73851aec7be091f2845183f2dd0c61/README.md'
destination-username: 'alwyn-ixo'
destination-repository: 'ixofoundation/docs'
commit-email: '[email protected]'