From a7774613a3f90ee2a00aea5e55940b597d46301f Mon Sep 17 00:00:00 2001 From: zbigniew sobiecki Date: Thu, 1 Jan 2026 20:20:47 +0100 Subject: [PATCH] fix: use CI environment for deploy workflow secrets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ba725e80..78d7b3ab 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,6 +9,7 @@ jobs: deploy-webhooks: name: Deploy Webhooks runs-on: ubuntu-latest + environment: CI steps: - uses: actions/checkout@v4 - uses: superfly/flyctl-actions/setup-flyctl@master @@ -19,6 +20,7 @@ jobs: deploy-router: name: Deploy Router runs-on: ubuntu-latest + environment: CI steps: - uses: actions/checkout@v4 - uses: superfly/flyctl-actions/setup-flyctl@master