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

Latest commit

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

dgit-action

Github action to mirror your Github repos to Dgit

Use it as the following mirror.yml

name: Dgit Mirror
on:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- name: Dgit mirror action
uses: thetechtrap/dgit-action@master
# The action should not publish any real changes, but should succeed.
with:
dgitWallet: "${{ secrets.DGIT_WALLET }}"
branch: "master"
remoteUrl: "dgit://7yFP2o906A3nDl5eCMtN4Ycs9m5otfRrJDAGoGKDoHk/dgit-action"

Add Arweave Wallet contents to a wallet and add it in secrets

Update values of dgitWallet - your wallet file pointing to the secret containg your wallet, branch - the branch to dgit your want to push, remoteUrl - your repository remote url created from https://dgit.sh

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors