From 6dd3e06c02f8fe12c759e2f4ae54764764e56c35 Mon Sep 17 00:00:00 2001 From: hyapp65 <64331048+hyapp65@users.noreply.github.com> Date: Fri, 31 Jul 2026 11:24:56 +0100 Subject: [PATCH 1/6] Update metadata.json --- plugins/DigiCert/v1/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/DigiCert/v1/metadata.json b/plugins/DigiCert/v1/metadata.json index 4c50f0aa..9f00460e 100644 --- a/plugins/DigiCert/v1/metadata.json +++ b/plugins/DigiCert/v1/metadata.json @@ -1,6 +1,6 @@ { "name": "digicert", - "displayName": "DigiCert", + "displayName": "DigiCert TEST", "version": "1.0.5", "author": { "name": "@shaswot77", From fef62bce42f50f3e693281a46c26d8c4c817e429 Mon Sep 17 00:00:00 2001 From: hyapp65 <64331048+hyapp65@users.noreply.github.com> Date: Fri, 31 Jul 2026 11:27:40 +0100 Subject: [PATCH 2/6] Update metadata.json --- plugins/DigiCert/v1/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/DigiCert/v1/metadata.json b/plugins/DigiCert/v1/metadata.json index 9f00460e..f24c9192 100644 --- a/plugins/DigiCert/v1/metadata.json +++ b/plugins/DigiCert/v1/metadata.json @@ -1,7 +1,7 @@ { "name": "digicert", "displayName": "DigiCert TEST", - "version": "1.0.5", + "version": "1.0.6", "author": { "name": "@shaswot77", "type": "community" From ea6ee3b2f68010f91af7cc6512e1dba400126ce6 Mon Sep 17 00:00:00 2001 From: hyapp65 <64331048+hyapp65@users.noreply.github.com> Date: Fri, 31 Jul 2026 11:49:20 +0100 Subject: [PATCH 3/6] Update main-deploy.yaml --- .github/workflows/main-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main-deploy.yaml b/.github/workflows/main-deploy.yaml index 953748f2..a583b23c 100644 --- a/.github/workflows/main-deploy.yaml +++ b/.github/workflows/main-deploy.yaml @@ -10,7 +10,7 @@ jobs: name: Trigger Deployment runs-on: ubuntu-latest steps: - - name: Dispatch to plugins-automation + - name: Dispatch to plugins-automation lets goooo env: GH_TOKEN: ${{ secrets.AUTOMATION_DISPATCH_TOKEN }} SHA: ${{ github.sha }} From eeeff50e61668a65074a4c4b384373bb8c25f7ca Mon Sep 17 00:00:00 2001 From: hyapp65 <64331048+hyapp65@users.noreply.github.com> Date: Fri, 31 Jul 2026 11:50:36 +0100 Subject: [PATCH 4/6] Update main-deploy.yaml --- .github/workflows/main-deploy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main-deploy.yaml b/.github/workflows/main-deploy.yaml index a583b23c..300c4554 100644 --- a/.github/workflows/main-deploy.yaml +++ b/.github/workflows/main-deploy.yaml @@ -4,13 +4,14 @@ on: push: branches: - "main" + - "work/dc/digicert-test" jobs: trigger-deploy: name: Trigger Deployment runs-on: ubuntu-latest steps: - - name: Dispatch to plugins-automation lets goooo + - name: Dispatch to plugins-automation lets goooo yippeeee env: GH_TOKEN: ${{ secrets.AUTOMATION_DISPATCH_TOKEN }} SHA: ${{ github.sha }} From 62679823077694b88e1f7574808f0af963e59d78 Mon Sep 17 00:00:00 2001 From: hyapp65 <64331048+hyapp65@users.noreply.github.com> Date: Fri, 31 Jul 2026 11:51:49 +0100 Subject: [PATCH 5/6] Update pr-run.yaml --- .github/workflows/pr-run.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-run.yaml b/.github/workflows/pr-run.yaml index 7b6f89db..0247f666 100644 --- a/.github/workflows/pr-run.yaml +++ b/.github/workflows/pr-run.yaml @@ -5,6 +5,7 @@ on: # pull_request_target from the repo's actual default branch, never the PR's own # branch — so a PR editing this file (fork or not) can't change what runs against it. pull_request_target: + push: # Serialize runs per PR so an older run (from a rapid follow-up push, or the transitional # pull_request/pull_request_target overlap above) can't finish last and overwrite a newer From 5ce4e8fcba7395203961e9e43832628bb9ab4277 Mon Sep 17 00:00:00 2001 From: hyapp65 <64331048+hyapp65@users.noreply.github.com> Date: Fri, 31 Jul 2026 11:54:45 +0100 Subject: [PATCH 6/6] Update pr-run.yaml --- .github/workflows/pr-run.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-run.yaml b/.github/workflows/pr-run.yaml index 1cb37e23..ff20ac1f 100644 --- a/.github/workflows/pr-run.yaml +++ b/.github/workflows/pr-run.yaml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 - - name: Detect modified plugins + - name: Detect modified plugins yippeee id: detect run: | echo "Scanning for modified plugins against origin/main..."