Skip to content

Commit

Permalink
Create gitopia-mirror.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitystake authored Sep 14, 2024
1 parent 531f8a8 commit 343d38b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/gitopia-mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

name: Gitopia Mirror

on:
push:
branches:
- '**'

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Push to Gitopia mirror
uses: gitopia/[email protected]
with:
gitopiaWallet: "${{ secrets.GITOPIA_WALLET }}"
remoteUrl: "gitopia://sentineldvpn/sentinel-dvpn-app-ui"
force: true

0 comments on commit 343d38b

Please sign in to comment.