From 14a5f531ebfcdb3b28da493acd09f8d9914046f1 Mon Sep 17 00:00:00 2001 From: Bruce Bujon Date: Mon, 3 Aug 2026 09:08:30 +0200 Subject: [PATCH] feat(ci): Migrate API key to environment secrets --- .github/workflows/analyze-changes.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/analyze-changes.yaml b/.github/workflows/analyze-changes.yaml index 89c3763c447..442c4cb05b9 100644 --- a/.github/workflows/analyze-changes.yaml +++ b/.github/workflows/analyze-changes.yaml @@ -48,6 +48,8 @@ jobs: trivy: name: Analyze changes with Trivy runs-on: ubuntu-latest + environment: + name: protected-main-env permissions: actions: read contents: read