From 2a00a392fcbf4210d80ca07d99398739c849c316 Mon Sep 17 00:00:00 2001 From: kamilbenkirane Date: Fri, 7 Nov 2025 12:34:37 +0100 Subject: [PATCH] fix: use integration-tests environment for API keys Add environment specification to integration-test job so it uses secrets from the integration-tests environment instead of repository secrets. --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index beb57d8a..a13c940c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -44,6 +44,8 @@ jobs: integration-test: needs: [validate-release, run-ci] runs-on: ubuntu-latest + environment: + name: integration-tests steps: - uses: actions/checkout@v4 with: