From 063aa90d15c1b7444d417f2db702fbacc7007ae4 Mon Sep 17 00:00:00 2001 From: David Meister Date: Wed, 3 Jun 2026 13:24:08 +0000 Subject: [PATCH 1/2] deploy: always sign with PRIVATE_KEY (never PRIVATE_KEY_DEV) --- .github/workflows/rainix.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rainix.yaml b/.github/workflows/rainix.yaml index 51af7d4..2b14ad0 100644 --- a/.github/workflows/rainix.yaml +++ b/.github/workflows/rainix.yaml @@ -5,7 +5,7 @@ jobs: rainix: runs-on: ubuntu-latest env: - DEPLOYMENT_KEY: ${{ github.ref == 'refs/heads/main' && secrets.PRIVATE_KEY || secrets.PRIVATE_KEY_DEV }} + DEPLOYMENT_KEY: ${{ secrets.PRIVATE_KEY }} steps: - uses: actions/checkout@v4 From 5810b80b282dc9e4a9b0991e48b2fd56c96c0523 Mon Sep 17 00:00:00 2001 From: David Meister Date: Fri, 5 Jun 2026 15:49:06 +0000 Subject: [PATCH 2/2] ci: re-run (web extension test was cancelled, not failed)