From f01bb3dc08c3b0608358ea922cb202bae8a3d1ed Mon Sep 17 00:00:00 2001 From: Alexey Snigir <35569332+l0uden@users.noreply.github.com> Date: Thu, 25 Jul 2024 15:31:16 +0200 Subject: [PATCH] [CI] Delete environments for secrets (#593) --- .github/workflows/circleci-trigger.yml | 1 - .github/workflows/release-if-needed.yml | 2 -- .github/workflows/test-integration-vizro-ai.yml | 1 - 3 files changed, 4 deletions(-) diff --git a/.github/workflows/circleci-trigger.yml b/.github/workflows/circleci-trigger.yml index 44100baf4..9b8713c48 100644 --- a/.github/workflows/circleci-trigger.yml +++ b/.github/workflows/circleci-trigger.yml @@ -23,7 +23,6 @@ jobs: circleci-trigger: if: ${{ ! github.event.pull_request.head.repo.fork }} name: CircleCI tests trigger - environment: circleci_secrets runs-on: ubuntu-latest steps: - name: Start CircleCI pipeline diff --git a/.github/workflows/release-if-needed.yml b/.github/workflows/release-if-needed.yml index 310b20692..aa32d6d5e 100644 --- a/.github/workflows/release-if-needed.yml +++ b/.github/workflows/release-if-needed.yml @@ -39,7 +39,6 @@ jobs: package_version: ${{ steps.version_check.outputs.package_version }} build-publish: - environment: vizro_secrets needs: [check-version] if: | needs.check-version.outputs.new_release == 'True' @@ -85,7 +84,6 @@ jobs: password: ${{ env.PYPI_TOKEN }} version-bump: - environment: vizro_secrets needs: [check-version, build-publish] if: | needs.check-version.outputs.new_release == 'True' diff --git a/.github/workflows/test-integration-vizro-ai.yml b/.github/workflows/test-integration-vizro-ai.yml index 6de08420d..bb5917e16 100644 --- a/.github/workflows/test-integration-vizro-ai.yml +++ b/.github/workflows/test-integration-vizro-ai.yml @@ -47,7 +47,6 @@ jobs: test-integration-vizro-ai: if: ${{ ! github.event.pull_request.head.repo.fork }} name: test-integration-vizro-ai on Py${{ matrix.python-version }} ${{ matrix.label }} - environment: vizro_ai_secrets runs-on: ubuntu-latest strategy: fail-fast: false