Create an action on Github to post an article to Steem
Today I create a Github action which can be used to post to steem.
This is an example workflow configure file:
name: 'Post to Steem'
on:
push
jobs:
publish_bot:
runs-on: ubuntu-latest
steps:
- name: 'publish'
uses: steemfans/[email protected]
with:
posting_key: ${{ secrets.POSTING_KEY }}
title: This is a test post
author: 'ety001.test'
tags: 'test,test1'
content: |
# This is a test post from github action
ok, fine! [https://github.com/steemfans/post-to-steem-action](https://github.com/steemfans/post-to-steem-action)
The full document is here: https://github.com/marketplace/actions/post-to-steem-chain-action
Thank you for reading. I'm a witness. I would really appreciate your witness vote! You can vote by SteemLogin. Or open https://steemitwallet.com/~witnesses page, input ety001 to vote.