From 1ce5228ed0ce95eafe7795072087319a5b29b820 Mon Sep 17 00:00:00 2001 From: Doug Martin Date: Tue, 18 Feb 2025 11:02:35 -0500 Subject: [PATCH] chore: remove secret env var from ci.yml --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e997dbdb..e4dcc31a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,6 @@ jobs: packages: write env: REGISTRY: ghcr.io - RAILS_SECRET_KEY_BASE: ${{ secrets.RAILS_SECRET_KEY_BASE }} steps: - uses: actions/checkout@v3 - name: Set up QEMU