Skip to content

Github action to publish a file to the permaweb when it is changed

Notifications You must be signed in to change notification settings

verses-xyz/arweave-publish-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Github action to publish a file to the permaweb when it is changed

Resources

Stars

Watchers

Forks

Packages

No packages published