Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.01 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.01 KB

RSS3 Github Action

Update a users feed to reflect changes in a Github Repository.

Setup

Usage

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 }}

Contributing

See CONTRIBUTING.

License

See LICENSE.