Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 647 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 647 Bytes

arweave-publish-action

Simple GitHub action to mirror documents onto Arweave.

Usage

Add 'Arweave Publish' as a build step in your workflow file (e.g. .github/workflows/deploy.yaml)

jobs:
  deploy:
    runs-on: ubuntu-18.04
    steps:
      - uses: actions/checkout@v2
      - name: Arweave Publish
        uses: verses-xyz/[email protected]
        with:
          wallet-address: ${{ env.WALLET_ADDRESS }}  # Public address for admin wallet
          wallet-key: ${{ env.WALLET_KEY }}          # JSON Key for associated admin wallet
          document-path: <insert document path here> # Path of document to mirror