From 5b65deea03d8b76a06f1d6869ff7d49f98304570 Mon Sep 17 00:00:00 2001 From: Cypress Reed Date: Fri, 10 Jul 2026 15:35:38 -0600 Subject: [PATCH 1/5] switch to reusable mirror action --- .github/workflows/mirror.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index cbd2086..ba11762 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -1,18 +1,7 @@ name: mirror -permissions: - contents: read - on: [push] jobs: mirror: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - with: - fetch-depth: 0 - - uses: yesolutions/mirror-action@1708f16cdb28634fd3ba10c5c79abc91f5578a14 # v0.7.0 - with: - REMOTE: "https://codeberg.org/FyraStack/bind9-rest-api.git" - GIT_USERNAME: ${{ secrets.GIT_USERNAME }} - GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }} + uses: FyraStack/actions/.github/workflows/mirror.yml@main + secrets: inherit From f031dff75357d57653175bdda814bd22a3a472cc Mon Sep 17 00:00:00 2001 From: Cypress Reed Date: Fri, 10 Jul 2026 15:47:13 -0600 Subject: [PATCH 2/5] Update mirror.yml --- .github/workflows/mirror.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index ba11762..6ecf0ff 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -1,7 +1,10 @@ name: mirror on: [push] +permissions: + contents: read + jobs: mirror: - uses: FyraStack/actions/.github/workflows/mirror.yml@main + uses: FyraLabs/actions/.github/workflows/mirror.yml@main secrets: inherit From 552596dd11a3c998fd2ee076de8f28beeca2baac Mon Sep 17 00:00:00 2001 From: Cypress Reed Date: Fri, 10 Jul 2026 15:50:20 -0600 Subject: [PATCH 3/5] secrets inherit might not work? --- .github/workflows/mirror.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 6ecf0ff..391cb3e 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -7,4 +7,6 @@ permissions: jobs: mirror: uses: FyraLabs/actions/.github/workflows/mirror.yml@main - secrets: inherit + secrets: + GIT_USERNAME: ${{ secrets.GIT_USERNAME }} + GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }} From 9b5dc74e4d12694fcc87660dad617c011c0368e0 Mon Sep 17 00:00:00 2001 From: Cypress Reed Date: Fri, 10 Jul 2026 15:54:52 -0600 Subject: [PATCH 4/5] Update mirror.yml --- .github/workflows/mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 391cb3e..fc93425 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -6,7 +6,7 @@ permissions: jobs: mirror: - uses: FyraLabs/actions/.github/workflows/mirror.yml@main + uses: FyraStack/actions/.github/workflows/mirror.yml@main secrets: GIT_USERNAME: ${{ secrets.GIT_USERNAME }} GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }} From aa596682d0a109c1bb3f0b724cb100fc3ea9cbde Mon Sep 17 00:00:00 2001 From: Cypress Reed Date: Fri, 10 Jul 2026 15:59:26 -0600 Subject: [PATCH 5/5] Update mirror.yml --- .github/workflows/mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index fc93425..391cb3e 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -6,7 +6,7 @@ permissions: jobs: mirror: - uses: FyraStack/actions/.github/workflows/mirror.yml@main + uses: FyraLabs/actions/.github/workflows/mirror.yml@main secrets: GIT_USERNAME: ${{ secrets.GIT_USERNAME }} GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}