Update pull-docs.yml #7
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]' |