Skip to content

Point to GBlog

Point to GBlog #93

name: Push content to gig-a-blog
on:
push:
branches: main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Push MIKI/POSTS files to Gigablog
uses: crykn/[email protected]
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source_folder: '.'
destination_repo: 'tgig/GBlog'
destination_folder: 'lib/assets'
user_email: [email protected]
user_name: 'tgig'
commit_msg: "Moving files from MIKI to Gigablog"
destination_branch: main