GitHub Action
action-push-rss3
v0.1.0
Latest version
Update a users feed to reflect changes in a Github Repository.
- Have a copy of your private key
- Add an environment secret to your repository named
PRIVATEKEY
using this guide. For more info on how Github secures your encrypted secret - Optionally add a custom
Add this Action as a step to your project's GitHub Action Workflow file:
- name: Post to RSS3
id: RSS3
uses: t-900-a/[email protected]
env:
ENDPOINT: ${{ secrets.ENDPOINT }}
PRIVATEKEY: ${{ secrets.PRIVATEKEY }}
See CONTRIBUTING.
See LICENSE.